Html Css Color HEX #BBAD76 Ecru

📋 copy color: '#BBAD76'

red 187 ◦ green 173 ◦ blue 118

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

Shades of Ecru #BBAD76

Tints of Ecru #BBAD76

RGB

 RED value IS 187 (73.44% from 255) = 39.12%

 GREEN value IS 173 (67.97% from 255) = 36.19%

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 39.12%
G = 36.19%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBAD76 (or 0xBBAD76) is known color: Ecru. HEX triplet: BB, AD and 76. RGB value is (187,173,118). Sum of RGB (Red+Green+Blue) = 187+173+118=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD76 is #445289. Grayscale: #ABABAB. Windows color (decimal): -4477578 or 7777723. OLE color: 7777723.

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

Color convert

RGB 187 173 118 -
CMYK 0 0.07 0.37 0.27
HSL 47.83º 0.34% 0.6% -
HSV(B) 47.83º 0.37% 0.73% -
XYZ 38.71 41.76 23.16 -
YUV 170.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 187 173 118 0 0.07 0.37 0.27 47.83 0.34 0.6
Hex BB AD 76 0 7 25 1B 30 22 3C
Octal 273 255 166 0 7 45 33 60 42 74
Binary 10111011 10101101 1110110 0 111 100101 11011 110000 100010 111100

Color Harmonies of #BBAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD76

Black with #BBAD76

Text Example


Text Example

White with #BBAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD76; }

 p { color: rgb(187,173,118); }

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

background-color css

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

 a { background-color: rgb(187,173,118); }

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

border-color css

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

 span { border-color: rgb(187,173,118); }

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