#BBA171

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

Shades of Fallow #BBA171

Tints of Fallow #BBA171

Color information

#BBA171 (or 0xBBA171) is unknown color: approx Fallow. HEX triplet: BB, A1 and 71. RGB value is (187,161,113). Sum of RGB (Red+Green+Blue) = 187+161+113=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA171 is #445E8E. Grayscale: #A3A3A3. Windows color (decimal): -4480655 or 7446971. OLE color: 7446971.

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

Color convert

RGB187161113-
CMYK00.140.400.27
HSL38.92º35.24%58.82%-
HSV(B)38.92º39.57%73.33%-
XYZ36.2237.2520.9-
YUV163.399.61144.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=40.56%
G=34.92%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716111300.140.400.2738.9235.2458.82
HexBBA1710E281B27233b
Octal2732411610165033474373
Binary101110111010000111100010111010100011011100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA171; }

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

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

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

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

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

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

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

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