#BB9168

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

Shades of Fallow #BB9168

Tints of Fallow #BB9168

Color information

#BB9168 (or 0xBB9168) is unknown color: approx Fallow. HEX triplet: BB, 91 and 68. RGB value is (187,145,104). Sum of RGB (Red+Green+Blue) = 187+145+104=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9168 is #446E97. Grayscale: #999999. Windows color (decimal): -4484760 or 6853051. OLE color: 6853051.

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

Color convert

RGB187145104-
CMYK00.220.440.27
HSL29.64º37.9%57.06%-
HSV(B)29.64º44.39%73.33%-
XYZ33.1231.8217.49-
YUV152.88100.41152.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=42.89%
G=33.26%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714510400.220.440.2729.6437.957.06
HexBB91680162C1B1e2639
Octal2732211500265433364671
Binary101110111001000111010000101101011001101111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9168; }

 p { color: rgb(187,145,104); }

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

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

 a { background-color: rgb(187,145,104); }

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

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

 span { border-color: rgb(187,145,104); }

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