Html Css Color HEX #B79D9B Dusty Grey

📋 copy color: '#B79D9B'

red 183 ◦ green 157 ◦ blue 155

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

Shades of Dusty Grey #B79D9B

Tints of Dusty Grey #B79D9B

RGB

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

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

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

R = 36.97%
G = 31.72%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B79D9B (or 0xB79D9B) is known color: Dusty Grey. HEX triplet: B7, 9D and 9B. RGB value is (183,157,155). Sum of RGB (Red+Green+Blue) = 183+157+155=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D9B is #486264. Grayscale: #A4A4A4. Windows color (decimal): -4743781 or 10198455. OLE color: 10198455.

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

Color convert

RGB 183 157 155 -
CMYK 0 0.14 0.15 0.28
HSL 4.29º 0.16% 0.66% -
HSV(B) 4.29º 0.15% 0.72% -
XYZ 37.5 36.55 36.09 -
YUV 164.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 183 157 155 0 0.14 0.15 0.28 4.29 0.16 0.66
Hex B7 9D 9B 0 E F 1C 4 10 42
Octal 267 235 233 0 16 17 34 4 20 102
Binary 10110111 10011101 10011011 0 1110 1111 11100 100 10000 1000010

Color Harmonies of #B79D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79D9B

Black with #B79D9B

Text Example


Text Example

White with #B79D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79D9B; }

 p { color: rgb(183,157,155); }

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

background-color css

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

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

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

border-color css

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

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

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