#BB9765

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

Shades of Fallow #BB9765

Tints of Fallow #BB9765

Color information

#BB9765 (or 0xBB9765) is unknown color: approx Fallow. HEX triplet: BB, 97 and 65. RGB value is (187,151,101). Sum of RGB (Red+Green+Blue) = 187+151+101=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9765 is #44689A. Grayscale: #9C9C9C. Windows color (decimal): -4483227 or 6657979. OLE color: 6657979.

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

Color convert

RGB187151101-
CMYK00.190.460.27
HSL34.88º38.74%56.47%-
HSV(B)34.88º45.99%73.33%-
XYZ33.9133.6417.02-
YUV156.0696.93150.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 101 (39.84% from 255) = 23.01%
R=42.60%
G=34.40%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715110100.190.460.2734.8838.7456.47
HexBB97650132E1B232738
Octal2732271450235633434770
Binary1011101110010111110010101001110111011011100011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9765; }

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

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

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

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

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

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

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

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