#BB926F

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

Shades of Fallow #BB926F

Tints of Fallow #BB926F

Color information

#BB926F (or 0xBB926F) is unknown color: approx Fallow. HEX triplet: BB, 92 and 6F. RGB value is (187,146,111). Sum of RGB (Red+Green+Blue) = 187+146+111=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB926F is #446D90. Grayscale: #9A9A9A. Windows color (decimal): -4484497 or 7312059. OLE color: 7312059.

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

Color convert

RGB187146111-
CMYK00.220.410.27
HSL27.63º35.85%58.43%-
HSV(B)27.63º40.64%73.33%-
XYZ33.6432.2719.49-
YUV154.27103.58151.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 111 (43.75% from 255) = 25%
R=42.12%
G=32.88%
B=25%

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
Decimal18714611100.220.410.2727.6335.8558.43
HexBB926F016291B1c243a
Octal2732221570265133344472
Binary101110111001001011011110101101010011101111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB926F; }

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

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

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

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

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

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

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

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