Html Css Color HEX #BBAE76 Ecru

📋 copy color: '#BBAE76'

red 187 ◦ green 174 ◦ blue 118

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

Shades of Ecru #BBAE76

Tints of Ecru #BBAE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

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

R = 39.04%
G = 36.33%
B = 24.63%

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

#BBAE76 (or 0xBBAE76) is known color: Ecru. HEX triplet: BB, AE and 76. RGB value is (187,174,118). Sum of RGB (Red+Green+Blue) = 187+174+118=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE76 is #445189. Grayscale: #ABABAB. Windows color (decimal): -4477322 or 7777979. OLE color: 7777979.

HSL color Cylindrical-coordinate representation of color #BBAE76: hue angle of 48.7º 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 #BBAE76 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 118 -
CMYK 0 0.07 0.37 0.27
HSL 48.7º 0.34% 0.6% -
HSV(B) 48.7º 0.37% 0.73% -
XYZ 38.9 42.14 23.22 -
YUV 171.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 187 174 118 0 0.07 0.37 0.27 48.7 0.34 0.6
Hex BB AE 76 0 7 25 1B 31 22 3C
Octal 273 256 166 0 7 45 33 61 42 74
Binary 10111011 10101110 1110110 0 111 100101 11011 110001 100010 111100

Color Harmonies of #BBAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE76

Black with #BBAE76

Text Example


Text Example

White with #BBAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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