#BBA46F

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

Shades of Fallow #BBA46F

Tints of Fallow #BBA46F

Color information

#BBA46F (or 0xBBA46F) is unknown color: approx Fallow. HEX triplet: BB, A4 and 6F. RGB value is (187,164,111). Sum of RGB (Red+Green+Blue) = 187+164+111=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA46F is #445B90. Grayscale: #A5A5A5. Windows color (decimal): -4479889 or 7316667. OLE color: 7316667.

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

Color convert

RGB187164111-
CMYK00.120.410.27
HSL41.84º35.85%58.43%-
HSV(B)41.84º40.64%73.33%-
XYZ36.6438.2620.49-
YUV164.8397.62143.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=40.48%
G=35.50%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716411100.120.410.2741.8435.8558.43
HexBBA46F0C291B2a243a
Octal2732441570145133524472
Binary101110111010010011011110110010100111011101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA46F; }

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

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

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

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

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

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

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

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