#BB926D

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

Shades of Fallow #BB926D

Tints of Fallow #BB926D

Color information

#BB926D (or 0xBB926D) is unknown color: approx Fallow. HEX triplet: BB, 92 and 6D. RGB value is (187,146,109). Sum of RGB (Red+Green+Blue) = 187+146+109=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB926D is #446D92. Grayscale: #9A9A9A. Windows color (decimal): -4484499 or 7180987. OLE color: 7180987.

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

Color convert

RGB187146109-
CMYK00.220.420.27
HSL28.46º36.45%58.04%-
HSV(B)28.46º41.71%73.33%-
XYZ33.5332.2318.92-
YUV154.04102.58151.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=42.31%
G=33.03%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714610900.220.420.2728.4636.4558.04
HexBB926D0162A1B1c243a
Octal2732221550265233344472
Binary101110111001001011011010101101010101101111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB926D; }

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

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

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

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

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

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

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

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