#BB9975

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

Shades of Fallow #BB9975

Tints of Fallow #BB9975

Color information

#BB9975 (or 0xBB9975) is unknown color: approx Fallow. HEX triplet: BB, 99 and 75. RGB value is (187,153,117). Sum of RGB (Red+Green+Blue) = 187+153+117=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9975 is #44668A. Grayscale: #9F9F9F. Windows color (decimal): -4482699 or 7707067. OLE color: 7707067.

HSL color Cylindrical-coordinate representation of color #BB9975: hue angle of 30.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9975 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187153117-
CMYK00.180.370.27
HSL30.86º33.98%59.61%-
HSV(B)30.86º37.43%73.33%-
XYZ35.134.6321.66-
YUV159.06104.26147.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=40.92%
G=33.48%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715311700.180.370.2730.8633.9859.61
HexBB9975012251B1f223c
Octal2732311650224533374274
Binary101110111001100111101010100101001011101111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9975; }

 p { color: rgb(187,153,117); }

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

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

 a { background-color: rgb(187,153,117); }

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

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

 span { border-color: rgb(187,153,117); }

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