Html Css Color HEX #B79999 Dusty Grey

📋 copy color: '#B79999'

red 183 ◦ green 153 ◦ blue 153

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

Shades of Dusty Grey #B79999

Tints of Dusty Grey #B79999

RGB

 RED value IS 183 (71.88% from 255) = 37.42%

 GREEN value IS 153 (60.16% from 255) = 31.29%

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

R = 37.42%
G = 31.29%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B79999 (or 0xB79999) is known color: Dusty Grey. HEX triplet: B7, 99 and 99. RGB value is (183,153,153). Sum of RGB (Red+Green+Blue) = 183+153+153=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B79999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79999 is #486666. Grayscale: #A2A2A2. Windows color (decimal): -4744807 or 10066359. OLE color: 10066359.

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

Color convert

RGB 183 153 153 -
CMYK 0 0.16 0.16 0.28
HSL 0.17% 0.66% -
HSV(B) 0.16% 0.72% -
XYZ 36.67 35.15 34.99 -
YUV 161.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 183 153 153 0 0.16 0.16 0.28 0 0.17 0.66
Hex B7 99 99 0 10 10 1C 0 11 42
Octal 267 231 231 0 20 20 34 0 21 102
Binary 10110111 10011001 10011001 0 10000 10000 11100 0 10001 1000010

Color Harmonies of #B79999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79999

Black with #B79999

Text Example


Text Example

White with #B79999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79999; }

 p { color: rgb(183,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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