#BB9C68

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

Shades of Fallow #BB9C68

Tints of Fallow #BB9C68

Color information

#BB9C68 (or 0xBB9C68) is unknown color: approx Fallow. HEX triplet: BB, 9C and 68. RGB value is (187,156,104). Sum of RGB (Red+Green+Blue) = 187+156+104=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C68 is #446397. Grayscale: #9F9F9F. Windows color (decimal): -4481944 or 6855867. OLE color: 6855867.

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

Color convert

RGB187156104-
CMYK00.170.440.27
HSL37.59º37.9%57.06%-
HSV(B)37.59º44.39%73.33%-
XYZ34.8835.3418.08-
YUV159.3496.77147.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 104 (41.02% from 255) = 23.27%
R=41.83%
G=34.90%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715610400.170.440.2737.5937.957.06
HexBB9C680112C1B262639
Octal2732341500215433464671
Binary1011101110011100110100001000110110011011100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C68; }

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

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

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

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

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

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

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

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