#bba56f

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

Shades of Fallow #BBA56F

Tints of Fallow #BBA56F

Color information

#BBA56F (or 0xBBA56F) is unknown color: approx Fallow. HEX triplet: BB, A5 and 6F. RGB value is (187,165,111). Sum of RGB (Red+Green+Blue) = 187+165+111=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA56F is #445A90. Grayscale: #A5A5A5. Windows color (decimal): -4479633 or 7316923. OLE color: 7316923.

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

Color convert

RGB187165111-
CMYK00.120.410.27
HSL42.63º35.85%58.43%-
HSV(B)42.63º40.64%73.33%-
XYZ36.8238.6220.55-
YUV165.4297.29143.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 111 (43.75% from 255) = 23.97%
R=40.39%
G=35.64%
B=23.97%

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
Decimal18716511100.120.410.2742.6335.8558.43
HexBBA56F0C291B2b243a
Octal2732451570145133534472
Binary101110111010010111011110110010100111011101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba56f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba56f; }

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

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

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

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

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

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

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

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