#BB926E

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

Shades of Fallow #BB926E

Tints of Fallow #BB926E

Color information

#BB926E (or 0xBB926E) is unknown color: approx Fallow. HEX triplet: BB, 92 and 6E. RGB value is (187,146,110). Sum of RGB (Red+Green+Blue) = 187+146+110=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB926E is #446D91. Grayscale: #9A9A9A. Windows color (decimal): -4484498 or 7246523. OLE color: 7246523.

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

Color convert

RGB187146110-
CMYK00.220.410.27
HSL28.05º36.15%58.24%-
HSV(B)28.05º41.18%73.33%-
XYZ33.5932.2519.21-
YUV154.16103.08151.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=42.21%
G=32.96%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714611000.220.410.2728.0536.1558.24
HexBB926E016291B1c243a
Octal2732221560265133344472
Binary101110111001001011011100101101010011101111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB926E; }

 p { color: rgb(187,146,110); }

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

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

 a { background-color: rgb(187,146,110); }

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

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

 span { border-color: rgb(187,146,110); }

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