Html Css Color HEX #BB9B9B Dusty Grey

📋 copy color: '#BB9B9B'

red 187 ◦ green 155 ◦ blue 155

#BB9B9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #BB9B9B

Tints of Dusty Grey #BB9B9B

RGB

 RED value IS 187 (73.44% from 255) = 37.63%

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 37.63%
G = 31.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB9B9B (or 0xBB9B9B) is known color: Dusty Grey. HEX triplet: BB, 9B and 9B. RGB value is (187,155,155). Sum of RGB (Red+Green+Blue) = 187+155+155=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B9B is #446464. Grayscale: #A4A4A4. Windows color (decimal): -4482149 or 10197947. OLE color: 10197947.

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

Color convert

RGB 187 155 155 -
CMYK 0 0.17 0.17 0.27
HSL 0.19% 0.67% -
HSV(B) 0.17% 0.73% -
XYZ 38.13 36.37 36.02 -
YUV 164.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 187 155 155 0 0.17 0.17 0.27 0 0.19 0.67
Hex BB 9B 9B 0 11 11 1B 0 13 43
Octal 273 233 233 0 21 21 33 0 23 103
Binary 10111011 10011011 10011011 0 10001 10001 11011 0 10011 1000011

Color Harmonies of #BB9B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9B9B

Black with #BB9B9B

Text Example


Text Example

White with #BB9B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9B9B; }

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

 H1.HeaderClassName
 {
   color: #BB9B9B;
 }
 .AnyTagClassName
 {
   color: #BB9B9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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