#BBA176

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

Shades of Fallow #BBA176

Tints of Fallow #BBA176

Color information

#BBA176 (or 0xBBA176) is unknown color: approx Fallow. HEX triplet: BB, A1 and 76. RGB value is (187,161,118). Sum of RGB (Red+Green+Blue) = 187+161+118=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA176 is #445E89. Grayscale: #A4A4A4. Windows color (decimal): -4480650 or 7774651. OLE color: 7774651.

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

Color convert

RGB187161118-
CMYK00.140.370.27
HSL37.39º33.66%59.8%-
HSV(B)37.39º36.9%73.33%-
XYZ36.5137.3622.43-
YUV163.87102.11144.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=40.13%
G=34.55%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716111800.140.370.2737.3933.6659.8
HexBBA1760E251B25223c
Octal2732411660164533454274
Binary101110111010000111101100111010010111011100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA176; }

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

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

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

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

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

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

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

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