#BB9668

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

Shades of Fallow #BB9668

Tints of Fallow #BB9668

Color information

#BB9668 (or 0xBB9668) is unknown color: approx Fallow. HEX triplet: BB, 96 and 68. RGB value is (187,150,104). Sum of RGB (Red+Green+Blue) = 187+150+104=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9668 is #446997. Grayscale: #9C9C9C. Windows color (decimal): -4483480 or 6854331. OLE color: 6854331.

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

Color convert

RGB187150104-
CMYK00.200.440.27
HSL33.25º37.9%57.06%-
HSV(B)33.25º44.39%73.33%-
XYZ33.933.3817.75-
YUV155.8298.76150.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=42.40%
G=34.01%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715010400.200.440.2733.2537.957.06
HexBB96680142C1B212639
Octal2732261500245433414671
Binary1011101110010110110100001010010110011011100001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9668; }

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

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

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

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

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

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

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

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