Html Css Color HEX #B9AB7B Ecru

📋 copy color: '#B9AB7B'

red 185 ◦ green 171 ◦ blue 123

#B9AB7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #B9AB7B

Tints of Ecru #B9AB7B

RGB

 RED value IS 185 (72.66% from 255) = 38.62%

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 123 (48.44% from 255) = 25.68%

R = 38.62%
G = 35.7%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9AB7B (or 0xB9AB7B) is known color: Ecru. HEX triplet: B9, AB and 7B. RGB value is (185,171,123). Sum of RGB (Red+Green+Blue) = 185+171+123=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB7B is #465484. Grayscale: #A9A9A9. Windows color (decimal): -4609157 or 8104889. OLE color: 8104889.

HSL color Cylindrical-coordinate representation of color #B9AB7B: hue angle of 46.45º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9AB7B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 123 -
CMYK 0 0.08 0.34 0.27
HSL 46.45º 0.31% 0.6% -
HSV(B) 46.45º 0.34% 0.73% -
XYZ 38.15 40.87 24.62 -
YUV 169.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 185 171 123 0 0.08 0.34 0.27 46.45 0.31 0.6
Hex B9 AB 7B 0 8 22 1B 2E 1F 3C
Octal 271 253 173 0 10 42 33 56 37 74
Binary 10111001 10101011 1111011 0 1000 100010 11011 101110 11111 111100

Color Harmonies of #B9AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB7B

Black with #B9AB7B

Text Example


Text Example

White with #B9AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB7B; }

 p { color: rgb(185,171,123); }

 H1.HeaderClassName
 {
   color: #B9AB7B;
 }
 .AnyTagClassName
 {
   color: #B9AB7B;
 }
</style>

background-color css

<style>
 a { background-color: #B9AB7B; }

 a { background-color: rgb(185,171,123); }

 div.DivClassName
 {
   background-color: #B9AB7B;
 }
 .BgClassName
 {
   background-color: #B9AB7B;
 }
</style>

border-color css

<style>
 span { border-color: #B9AB7B; }

 span { border-color: rgb(185,171,123); }

 td.TdClassName
 {
   border-color: #B9AB7B;
 }
 .TagClassName
 {
   border-color: #B9AB7B;
 }
</style>