#BB9C9B

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

Shades of Dusty Grey #BB9C9B

Tints of Dusty Grey #BB9C9B

Color information

#BB9C9B (or 0xBB9C9B) is unknown color: approx Dusty Grey. HEX triplet: BB, 9C and 9B. RGB value is (187,156,155). Sum of RGB (Red+Green+Blue) = 187+156+155=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9C9B is #446364. Grayscale: #A5A5A5. Windows color (decimal): -4481893 or 10198203. OLE color: 10198203.

HSL color Cylindrical-coordinate representation of color #BB9C9B: hue angle of 1.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9C9B is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187156155-
CMYK00.170.170.27
HSL1.88º19.05%67.06%-
HSV(B)1.88º17.11%73.33%-
XYZ38.336.7136.08-
YUV165.15122.27143.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=37.55%
G=31.33%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715615500.170.170.271.8819.0567.06
HexBB9C9B011111B21343
Octal2732342330212133223103
Binary101110111001110010011011010001100011101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C9B; }

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

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

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

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

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

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

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

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