#BBA573

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

Shades of Fallow #BBA573

Tints of Fallow #BBA573

Color information

#BBA573 (or 0xBBA573) is unknown color: approx Fallow. HEX triplet: BB, A5 and 73. RGB value is (187,165,115). Sum of RGB (Red+Green+Blue) = 187+165+115=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA573 is #445A8C. Grayscale: #A6A6A6. Windows color (decimal): -4479629 or 7579067. OLE color: 7579067.

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

Color convert

RGB187165115-
CMYK00.120.390.27
HSL41.67º34.62%59.22%-
HSV(B)41.67º38.5%73.33%-
XYZ37.0438.7121.74-
YUV165.8899.29143.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=40.04%
G=35.33%
B=24.63%

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
Decimal18716511500.120.390.2741.6734.6259.22
HexBBA5730C271B2a233b
Octal2732451630144733524373
Binary101110111010010111100110110010011111011101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA573; }

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

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

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

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

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

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

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

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