Html Css Color HEX #BBAC77 Ecru

📋 copy color: '#BBAC77'

red 187 ◦ green 172 ◦ blue 119

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

Shades of Ecru #BBAC77

Tints of Ecru #BBAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 39.12%
G = 35.98%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBAC77 (or 0xBBAC77) is known color: Ecru. HEX triplet: BB, AC and 77. RGB value is (187,172,119). Sum of RGB (Red+Green+Blue) = 187+172+119=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC77 is #445388. Grayscale: #AAAAAA. Windows color (decimal): -4477833 or 7843003. OLE color: 7843003.

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

Color convert

RGB 187 172 119 -
CMYK 0 0.08 0.36 0.27
HSL 46.76º 0.33% 0.6% -
HSV(B) 46.76º 0.36% 0.73% -
XYZ 38.58 41.4 23.41 -
YUV 170.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 187 172 119 0 0.08 0.36 0.27 46.76 0.33 0.6
Hex BB AC 77 0 8 24 1B 2F 21 3C
Octal 273 254 167 0 10 44 33 57 41 74
Binary 10111011 10101100 1110111 0 1000 100100 11011 101111 100001 111100

Color Harmonies of #BBAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC77

Black with #BBAC77

Text Example


Text Example

White with #BBAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC77; }

 p { color: rgb(187,172,119); }

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

background-color css

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

 a { background-color: rgb(187,172,119); }

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

border-color css

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

 span { border-color: rgb(187,172,119); }

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