#BBA179

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

Shades of Fallow #BBA179

Tints of Fallow #BBA179

Color information

#BBA179 (or 0xBBA179) is unknown color: approx Fallow. HEX triplet: BB, A1 and 79. RGB value is (187,161,121). Sum of RGB (Red+Green+Blue) = 187+161+121=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA179 is #445E86. Grayscale: #A4A4A4. Windows color (decimal): -4480647 or 7971259. OLE color: 7971259.

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

Color convert

RGB187161121-
CMYK00.140.350.27
HSL36.36º32.67%60.39%-
HSV(B)36.36º35.29%73.33%-
XYZ36.6937.4423.38-
YUV164.21103.61144.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=39.87%
G=34.33%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716112100.140.350.2736.3632.6760.39
HexBBA1790E231B24213c
Octal2732411710164333444174
Binary101110111010000111110010111010001111011100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA179; }

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

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

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

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

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

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

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

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