Html Css Color HEX #BBAF77 Ecru

📋 copy color: '#BBAF77'

red 187 ◦ green 175 ◦ blue 119

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

Shades of Ecru #BBAF77

Tints of Ecru #BBAF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 38.88%
G = 36.38%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBAF77 (or 0xBBAF77) is known color: Ecru. HEX triplet: BB, AF and 77. RGB value is (187,175,119). Sum of RGB (Red+Green+Blue) = 187+175+119=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF77 is #445088. Grayscale: #ACACAC. Windows color (decimal): -4477065 or 7843771. OLE color: 7843771.

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

Color convert

RGB 187 175 119 -
CMYK 0 0.06 0.36 0.27
HSL 49.41º 0.33% 0.6% -
HSV(B) 49.41º 0.36% 0.73% -
XYZ 39.15 42.56 23.6 -
YUV 172.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 187 175 119 0 0.06 0.36 0.27 49.41 0.33 0.6
Hex BB AF 77 0 6 24 1B 31 21 3C
Octal 273 257 167 0 6 44 33 61 41 74
Binary 10111011 10101111 1110111 0 110 100100 11011 110001 100001 111100

Color Harmonies of #BBAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF77

Black with #BBAF77

Text Example


Text Example

White with #BBAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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