#BB9665

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

Shades of Fallow #BB9665

Tints of Fallow #BB9665

Color information

#BB9665 (or 0xBB9665) is unknown color: approx Fallow. HEX triplet: BB, 96 and 65. RGB value is (187,150,101). Sum of RGB (Red+Green+Blue) = 187+150+101=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9665 is #44699A. Grayscale: #9B9B9B. Windows color (decimal): -4483483 or 6657723. OLE color: 6657723.

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

Color convert

RGB187150101-
CMYK00.200.460.27
HSL34.19º38.74%56.47%-
HSV(B)34.19º45.99%73.33%-
XYZ33.7533.3216.96-
YUV155.4897.26150.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=42.69%
G=34.25%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715010100.200.460.2734.1938.7456.47
HexBB96650142E1B222738
Octal2732261450245633424770
Binary1011101110010110110010101010010111011011100010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9665; }

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

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

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

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

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

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

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

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