Html Css Color HEX #B59797 Dusty Grey

📋 copy color: '#B59797'

red 181 ◦ green 151 ◦ blue 151

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

Shades of Dusty Grey #B59797

Tints of Dusty Grey #B59797

RGB

 RED value IS 181 (71.09% from 255) = 37.47%

 GREEN value IS 151 (59.38% from 255) = 31.26%

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 37.47%
G = 31.26%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B59797 (or 0xB59797) is known color: Dusty Grey. HEX triplet: B5, 97 and 97. RGB value is (181,151,151). Sum of RGB (Red+Green+Blue) = 181+151+151=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B59797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59797 is #4A6868. Grayscale: #A0A0A0. Windows color (decimal): -4876393 or 9934773. OLE color: 9934773.

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

Color convert

RGB 181 151 151 -
CMYK 0 0.17 0.17 0.29
HSL 0.17% 0.65% -
HSV(B) 0.17% 0.71% -
XYZ 35.71 34.19 34 -
YUV 159.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 181 151 151 0 0.17 0.17 0.29 0 0.17 0.65
Hex B5 97 97 0 11 11 1D 0 11 41
Octal 265 227 227 0 21 21 35 0 21 101
Binary 10110101 10010111 10010111 0 10001 10001 11101 0 10001 1000001

Color Harmonies of #B59797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59797

Black with #B59797

Text Example


Text Example

White with #B59797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59797; }

 p { color: rgb(181,151,151); }

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

background-color css

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

 a { background-color: rgb(181,151,151); }

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

border-color css

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

 span { border-color: rgb(181,151,151); }

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