Html Css Color HEX #B99C9A Dusty Grey

📋 copy color: '#B99C9A'

red 185 ◦ green 156 ◦ blue 154

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

Shades of Dusty Grey #B99C9A

Tints of Dusty Grey #B99C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.52%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 37.37%
G = 31.52%
B = 31.11%

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

#B99C9A (or 0xB99C9A) is known color: Dusty Grey. HEX triplet: B9, 9C and 9A. RGB value is (185,156,154). Sum of RGB (Red+Green+Blue) = 185+156+154=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C9A is #466365. Grayscale: #A4A4A4. Windows color (decimal): -4612966 or 10132665. OLE color: 10132665.

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

Color convert

RGB 185 156 154 -
CMYK 0 0.16 0.17 0.27
HSL 3.87º 0.18% 0.66% -
HSV(B) 3.87º 0.17% 0.73% -
XYZ 37.73 36.42 35.61 -
YUV 164.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 185 156 154 0 0.16 0.17 0.27 3.87 0.18 0.66
Hex B9 9C 9A 0 10 11 1B 4 12 42
Octal 271 234 232 0 20 21 33 4 22 102
Binary 10111001 10011100 10011010 0 10000 10001 11011 100 10010 1000010

Color Harmonies of #B99C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C9A

Black with #B99C9A

Text Example


Text Example

White with #B99C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C9A; }

 p { color: rgb(185,156,154); }

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

background-color css

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

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

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

border-color css

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

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

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