#BB9664

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

Shades of Fallow #BB9664

Tints of Fallow #BB9664

Color information

#BB9664 (or 0xBB9664) is unknown color: approx Fallow. HEX triplet: BB, 96 and 64. RGB value is (187,150,100). Sum of RGB (Red+Green+Blue) = 187+150+100=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9664 is #44699B. Grayscale: #9B9B9B. Windows color (decimal): -4483484 or 6592187. OLE color: 6592187.

HSL color Cylindrical-coordinate representation of color #BB9664: hue angle of 34.48º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB9664 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB187150100-
CMYK00.200.470.27
HSL34.48º39.01%56.27%-
HSV(B)34.48º46.52%73.33%-
XYZ33.733.316.71-
YUV155.3696.76150.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=42.79%
G=34.32%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715010000.200.470.2734.4839.0156.27
HexBB96640142F1B222738
Octal2732261440245733424770
Binary1011101110010110110010001010010111111011100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9664; }

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

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

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

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

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

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

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

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