Html Css Color HEX #B99B99 Dusty Grey

📋 copy color: '#B99B99'

red 185 ◦ green 155 ◦ blue 153

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

Shades of Dusty Grey #B99B99

Tints of Dusty Grey #B99B99

RGB

 RED value IS 185 (72.66% from 255) = 37.53%

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

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 37.53%
G = 31.44%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B99B99 (or 0xB99B99) is known color: Dusty Grey. HEX triplet: B9, 9B and 99. RGB value is (185,155,153). Sum of RGB (Red+Green+Blue) = 185+155+153=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B99 is #466466. Grayscale: #A3A3A3. Windows color (decimal): -4613223 or 10066873. OLE color: 10066873.

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

Color convert

RGB 185 155 153 -
CMYK 0 0.16 0.17 0.27
HSL 3.75º 0.19% 0.66% -
HSV(B) 3.75º 0.17% 0.73% -
XYZ 37.48 36.06 35.12 -
YUV 163.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 185 155 153 0 0.16 0.17 0.27 3.75 0.19 0.66
Hex B9 9B 99 0 10 11 1B 4 13 42
Octal 271 233 231 0 20 21 33 4 23 102
Binary 10111001 10011011 10011001 0 10000 10001 11011 100 10011 1000010

Color Harmonies of #B99B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B99

Black with #B99B99

Text Example


Text Example

White with #B99B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B99; }

 p { color: rgb(185,155,153); }

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

background-color css

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

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

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

border-color css

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

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

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