Html Css Color HEX #B99D9D Dusty Grey

📋 copy color: '#B99D9D'

red 185 ◦ green 157 ◦ blue 157

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

Shades of Dusty Grey #B99D9D

Tints of Dusty Grey #B99D9D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.46%

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 37.07%
G = 31.46%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B99D9D (or 0xB99D9D) is known color: Dusty Grey. HEX triplet: B9, 9D and 9D. RGB value is (185,157,157). Sum of RGB (Red+Green+Blue) = 185+157+157=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D9D is #466262. Grayscale: #A5A5A5. Windows color (decimal): -4612707 or 10329529. OLE color: 10329529.

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

Color convert

RGB 185 157 157 -
CMYK 0 0.15 0.15 0.27
HSL 0.17% 0.67% -
HSV(B) 0.15% 0.73% -
XYZ 38.15 36.86 37 -
YUV 165.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 185 157 157 0 0.15 0.15 0.27 0 0.17 0.67
Hex B9 9D 9D 0 F F 1B 0 11 43
Octal 271 235 235 0 17 17 33 0 21 103
Binary 10111001 10011101 10011101 0 1111 1111 11011 0 10001 1000011

Color Harmonies of #B99D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D9D

Black with #B99D9D

Text Example


Text Example

White with #B99D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D9D; }

 p { color: rgb(185,157,157); }

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

background-color css

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

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

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

border-color css

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

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

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