Html Css Color HEX #B59897 Dusty Grey

📋 copy color: '#B59897'

red 181 ◦ green 152 ◦ blue 151

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

Shades of Dusty Grey #B59897

Tints of Dusty Grey #B59897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.4%

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

R = 37.4%
G = 31.4%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B59897 (or 0xB59897) is known color: Dusty Grey. HEX triplet: B5, 98 and 97. RGB value is (181,152,151). Sum of RGB (Red+Green+Blue) = 181+152+151=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B59897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59897 is #4A6768. Grayscale: #A0A0A0. Windows color (decimal): -4876137 or 9935029. OLE color: 9935029.

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

Color convert

RGB 181 152 151 -
CMYK 0 0.16 0.17 0.29
HSL 0.17% 0.65% -
HSV(B) 0.17% 0.71% -
XYZ 35.87 34.51 34.05 -
YUV 160.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 181 152 151 0 0.16 0.17 0.29 2 0.17 0.65
Hex B5 98 97 0 10 11 1D 2 11 41
Octal 265 230 227 0 20 21 35 2 21 101
Binary 10110101 10011000 10010111 0 10000 10001 11101 10 10001 1000001

Color Harmonies of #B59897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59897

Black with #B59897

Text Example


Text Example

White with #B59897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59897; }

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

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

background-color css

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

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

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

border-color css

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

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

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