#BBA473

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

Shades of Fallow #BBA473

Tints of Fallow #BBA473

Color information

#BBA473 (or 0xBBA473) is unknown color: approx Fallow. HEX triplet: BB, A4 and 73. RGB value is (187,164,115). Sum of RGB (Red+Green+Blue) = 187+164+115=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA473 is #445B8C. Grayscale: #A5A5A5. Windows color (decimal): -4479885 or 7578811. OLE color: 7578811.

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

Color convert

RGB187164115-
CMYK00.120.390.27
HSL40.83º34.62%59.22%-
HSV(B)40.83º38.5%73.33%-
XYZ36.8638.3521.68-
YUV165.2999.62143.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=40.13%
G=35.19%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716411500.120.390.2740.8334.6259.22
HexBBA4730C271B29233b
Octal2732441630144733514373
Binary101110111010010011100110110010011111011101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA473; }

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

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

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

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

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

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

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

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