#BBA26A

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

Shades of Fallow #BBA26A

Tints of Fallow #BBA26A

Color information

#BBA26A (or 0xBBA26A) is unknown color: approx Fallow. HEX triplet: BB, A2 and 6A. RGB value is (187,162,106). Sum of RGB (Red+Green+Blue) = 187+162+106=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA26A is #445D95. Grayscale: #A3A3A3. Windows color (decimal): -4480406 or 6988475. OLE color: 6988475.

HSL color Cylindrical-coordinate representation of color #BBA26A: hue angle of 41.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBA26A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187162106-
CMYK00.130.430.27
HSL41.48º37.33%57.45%-
HSV(B)41.48º43.32%73.33%-
XYZ36.0237.4518.97-
YUV163.0995.78145.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 162 (63.67% from 255) = 35.60%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=41.10%
G=35.60%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716210600.130.430.2741.4837.3357.45
HexBBA26A0D2B1B292539
Octal2732421520155333514571
Binary101110111010001011010100110110101111011101001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA26A; }

 p { color: rgb(187,162,106); }

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

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

 a { background-color: rgb(187,162,106); }

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

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

 span { border-color: rgb(187,162,106); }

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