#BBA075

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

Shades of Fallow #BBA075

Tints of Fallow #BBA075

Color information

#BBA075 (or 0xBBA075) is unknown color: approx Fallow. HEX triplet: BB, A0 and 75. RGB value is (187,160,117). Sum of RGB (Red+Green+Blue) = 187+160+117=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA075 is #445F8A. Grayscale: #A3A3A3. Windows color (decimal): -4480907 or 7708859. OLE color: 7708859.

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

Color convert

RGB187160117-
CMYK00.140.370.27
HSL36.86º33.98%59.61%-
HSV(B)36.86º37.43%73.33%-
XYZ36.2836.9922.06-
YUV163.17101.95145-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=40.30%
G=34.48%
B=25.22%

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
Decimal18716011700.140.370.2736.8633.9859.61
HexBBA0750E251B25223c
Octal2732401650164533454274
Binary101110111010000011101010111010010111011100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA075; }

 p { color: rgb(187,160,117); }

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

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

 a { background-color: rgb(187,160,117); }

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

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

 span { border-color: rgb(187,160,117); }

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