Html Css Color HEX #B9AB7C Ecru

📋 copy color: '#B9AB7C'

red 185 ◦ green 171 ◦ blue 124

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

Shades of Ecru #B9AB7C

Tints of Ecru #B9AB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 38.54%
G = 35.63%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9AB7C (or 0xB9AB7C) is known color: Ecru. HEX triplet: B9, AB and 7C. RGB value is (185,171,124). Sum of RGB (Red+Green+Blue) = 185+171+124=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB7C is #465483. Grayscale: #AAAAAA. Windows color (decimal): -4609156 or 8170425. OLE color: 8170425.

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

Color convert

RGB 185 171 124 -
CMYK 0 0.08 0.33 0.27
HSL 46.23º 0.3% 0.61% -
HSV(B) 46.23º 0.33% 0.73% -
XYZ 38.21 40.9 24.95 -
YUV 169.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 185 171 124 0 0.08 0.33 0.27 46.23 0.3 0.61
Hex B9 AB 7C 0 8 21 1B 2E 1E 3D
Octal 271 253 174 0 10 41 33 56 36 75
Binary 10111001 10101011 1111100 0 1000 100001 11011 101110 11110 111101

Color Harmonies of #B9AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB7C

Black with #B9AB7C

Text Example


Text Example

White with #B9AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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