Html Css Color HEX #BBAD77 Ecru

📋 copy color: '#BBAD77'

red 187 ◦ green 173 ◦ blue 119

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

Shades of Ecru #BBAD77

Tints of Ecru #BBAD77

RGB

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

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

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

R = 39.04%
G = 36.12%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBAD77 (or 0xBBAD77) is known color: Ecru. HEX triplet: BB, AD and 77. RGB value is (187,173,119). Sum of RGB (Red+Green+Blue) = 187+173+119=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD77 is #445288. Grayscale: #ABABAB. Windows color (decimal): -4477577 or 7843259. OLE color: 7843259.

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

Color convert

RGB 187 173 119 -
CMYK 0 0.07 0.36 0.27
HSL 47.65º 0.33% 0.6% -
HSV(B) 47.65º 0.36% 0.73% -
XYZ 38.77 41.78 23.47 -
YUV 171.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 187 173 119 0 0.07 0.36 0.27 47.65 0.33 0.6
Hex BB AD 77 0 7 24 1B 30 21 3C
Octal 273 255 167 0 7 44 33 60 41 74
Binary 10111011 10101101 1110111 0 111 100100 11011 110000 100001 111100

Color Harmonies of #BBAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD77

Black with #BBAD77

Text Example


Text Example

White with #BBAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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