#BBA471

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

Shades of Fallow #BBA471

Tints of Fallow #BBA471

Color information

#BBA471 (or 0xBBA471) is unknown color: approx Fallow. HEX triplet: BB, A4 and 71. RGB value is (187,164,113). Sum of RGB (Red+Green+Blue) = 187+164+113=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA471 is #445B8E. Grayscale: #A5A5A5. Windows color (decimal): -4479887 or 7447739. OLE color: 7447739.

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

Color convert

RGB187164113-
CMYK00.120.400.27
HSL41.35º35.24%58.82%-
HSV(B)41.35º39.57%73.33%-
XYZ36.7538.3121.08-
YUV165.0698.62143.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=40.30%
G=35.34%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716411300.120.400.2741.3535.2458.82
HexBBA4710C281B29233b
Octal2732441610145033514373
Binary101110111010010011100010110010100011011101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA471; }

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

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

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

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

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

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

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

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