#BBAF77

Color #BBAF77 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BBAF77

Tints of Ecru #BBAF77

Color information

#BBAF77 (or 0xBBAF77) is unknown color: approx 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

RGB187175119-
CMYK00.060.360.27
HSL49.41º33.33%60%-
HSV(B)49.41º36.36%73.33%-
XYZ39.1542.5623.6-
YUV172.297.98138.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717511900.060.360.2749.4133.3360
HexBBAF7706241B31213c
Octal273257167064433614174
Binary10111011101011111110111011010010011011110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>