#BBA077

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

Shades of Fallow #BBA077

Tints of Fallow #BBA077

Color information

#BBA077 (or 0xBBA077) is unknown color: approx Fallow. HEX triplet: BB, A0 and 77. RGB value is (187,160,119). Sum of RGB (Red+Green+Blue) = 187+160+119=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA077 is #445F88. Grayscale: #A3A3A3. Windows color (decimal): -4480905 or 7839931. OLE color: 7839931.

HSL color Cylindrical-coordinate representation of color #BBA077: hue angle of 36.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA077 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187160119-
CMYK00.140.360.27
HSL36.18º33.33%60%-
HSV(B)36.18º36.36%73.33%-
XYZ36.3937.0422.68-
YUV163.4102.95144.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=40.13%
G=34.33%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716011900.140.360.2736.1833.3360
HexBBA0770E241B24213c
Octal2732401670164433444174
Binary101110111010000011101110111010010011011100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA077; }

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

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

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

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

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

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

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

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