#BBA26C

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

Shades of Fallow #BBA26C

Tints of Fallow #BBA26C

Color information

#BBA26C (or 0xBBA26C) is unknown color: approx Fallow. HEX triplet: BB, A2 and 6C. RGB value is (187,162,108). Sum of RGB (Red+Green+Blue) = 187+162+108=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA26C is #445D93. Grayscale: #A3A3A3. Windows color (decimal): -4480404 or 7119547. OLE color: 7119547.

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

Color convert

RGB187162108-
CMYK00.130.420.27
HSL41.01º36.74%57.84%-
HSV(B)41.01º42.25%73.33%-
XYZ36.1237.4919.52-
YUV163.3296.78144.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 108 (42.58% from 255) = 23.63%
R=40.92%
G=35.45%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716210800.130.420.2741.0136.7457.84
HexBBA26C0D2A1B29253a
Octal2732421540155233514572
Binary101110111010001011011000110110101011011101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA26C; }

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

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

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

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

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

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

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

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