COLOR #B7A088

HEX: #B7A088 RGB: (183,160,136)

Color info

#B7A088 contains red, green and blue colors in about the same proportion. Web safe color of #B7A088 is #CC9999 (or #C99).

RGB color model

#B7A088 color RGB value is (183,160,136).

RGB: (183,160,136) (72%, 63%, 53%)

RGB channels and saturation

R 183 of 255 = 72%
G 160 of 255 = 63%
B 136 of 255 = 53%

183
160
136

R + G + B ~ 63%. #B7A088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 160 + 136 = 479 (100%)
R 183 of 479 ~ 38.2%
G 160 of 479 ~ 33.4%
B 136 of 479 ~ 28.39'%

%38.2
%33.4
%28.39

CMYK color model

#B7A088 color CMYK value is (0,13,26,28).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 25.68%
  • key color value is 28.24%

CMYK: (0,13,26,28)
C0M13Y26K28 (0%, 13%, 26%, 28%)
(0.00 / 0.13 / 0.26 / 0.28)

CMYK percentages

%0
%12.57
%25.68
%28.24

Codes

Color #B7A088 in popluar color models

B7 A0 88
RGB 183 160 136
HSL 31° 24.61% 62.55%
HSB/HSV 31° 25.68% 71.76%
CMYK 0.00% 12.57% 25.68%
28.24%

Color #B7A088 in popluar number systems.

HEX B7 A0 88
Decimal 183 160 136
Binary 10110111 10100000 10001000
Octal 267 240 210

Shades and tints

Shades of #B7A088

#B7A088
(183,160,136)
#A7927C
(167,146,124)
#978470
(151,132,112)
#877664
(135,118,100)
#776858
(119,104,88)
#675A4C
(103,90,76)
#574C40
(87,76,64)
#473E34
(71,62,52)
#373028
(55,48,40)
#27221C
(39,34,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #B7A088

#B7A088
(183,160,136)
#BDA892
(189,168,146)
#C3B09C
(195,176,156)
#C9B8A6
(201,184,166)
#CFC0B0
(207,192,176)
#D5C8BA
(213,200,186)
#DBD0C4
(219,208,196)
#E1D8CE
(225,216,206)
#E7E0D8
(231,224,216)
#EDE8E2
(237,232,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A088 color. Also use rgb(183,160,136) instead hex code.

Text Font Color

.myTextColor { color: #B7A088; }

<p style="color:#B7A088">This sample text font color is #B7A088.</p>

This text font color is #B7A088.

Background Color

.myBgColor { background-color: #B7A088; }

<div style="background-color:#B7A088">Inner text</div>

This div background color is #B7A088.

Border color

.myBorderColor { border: 1px solid #B7A088; }

<div style="border:3px solid #B7A088">Div</div>

This div border color is #B7A088.

Opacity

.myOpacity80 { color: #B7A088; opacity: 0.8; }

<p style="color:#B7A088;opacity:0.8;">80%</p>

Text with #B7A088 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B7A088;}

<p style="text-shadow: 3px 3px 1px #B7A088">Text here.</p>

This text has shadow with #B7A088 color.


.textShadow {text-shadow: 3px 3px 1px #B7A088', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B7A088, 5px 5px 20px red">Text here.</p>

This text has shadow with #B7A088 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7A088, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B7A088, Direction=45, Strength=4)">Text</p>

This text has shadow with #B7A088 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B7A088;
-webkit-box-shadow: 1px 1px 3px 2px #B7A088;
box-shadow: 1px 1px 3px 2px #B7A088;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B7A088; -webkit-box-shadow: 1px 1px 3px 2px #B7A088; box-shadow:1px 1px 3px 2px #B7A088;">
Div content here
</div>

This div box has shadow with color #B7A088.

Preview

Color preview on black background

This text has color #B7A088 on black background.


Color preview on white background

This text has color #B7A088 on white background.


Black color preview on #B7A088 background

This text has black color on #B7A088 background.


White color preview on #B7A088 background

This text has white color on #B7A088 background.


Related colors

Complementary color

Complementary color for #hex is #485F77.


I love getcolorcode.com

Triadic colors

1 #88B7A0 and #A088B7 with #B7A088 are triadic colors.

2 #88A0B7 and #A0B788 with #B7A088 are triadic colors.