#BBA178

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

Shades of Fallow #BBA178

Tints of Fallow #BBA178

Color information

#BBA178 (or 0xBBA178) is unknown color: approx Fallow. HEX triplet: BB, A1 and 78. RGB value is (187,161,120). Sum of RGB (Red+Green+Blue) = 187+161+120=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA178 is #445E87. Grayscale: #A4A4A4. Windows color (decimal): -4480648 or 7905723. OLE color: 7905723.

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

Color convert

RGB187161120-
CMYK00.140.360.27
HSL36.72º33%60.2%-
HSV(B)36.72º35.83%73.33%-
XYZ36.6337.4123.06-
YUV164.1103.11144.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 120 (47.27% from 255) = 25.64%
R=39.96%
G=34.40%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716112000.140.360.2736.723360.2
HexBBA1780E241B25213c
Octal2732411700164433454174
Binary101110111010000111110000111010010011011100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA178; }

 p { color: rgb(187,161,120); }

 H1.HeaderClassName
 {
   color: #BBA178;
 }
 .AnyTagClassName
 {
   color: #BBA178;
 }
</style>
background-color css

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

 a { background-color: rgb(187,161,120); }

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

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

 span { border-color: rgb(187,161,120); }

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