#BBA376

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

Shades of Fallow #BBA376

Tints of Fallow #BBA376

Color information

#BBA376 (or 0xBBA376) is unknown color: approx Fallow. HEX triplet: BB, A3 and 76. RGB value is (187,163,118). Sum of RGB (Red+Green+Blue) = 187+163+118=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA376 is #445C89. Grayscale: #A5A5A5. Windows color (decimal): -4480138 or 7775163. OLE color: 7775163.

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

Color convert

RGB187163118-
CMYK00.130.370.27
HSL39.13º33.66%59.8%-
HSV(B)39.13º36.9%73.33%-
XYZ36.8638.0722.54-
YUV165.05101.45143.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=39.96%
G=34.83%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716311800.130.370.2739.1333.6659.8
HexBBA3760D251B27223c
Octal2732431660154533474274
Binary101110111010001111101100110110010111011100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA376; }

 p { color: rgb(187,163,118); }

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

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

 a { background-color: rgb(187,163,118); }

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

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

 span { border-color: rgb(187,163,118); }

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