Html Css Color HEX #B59B9A Dusty Grey

📋 copy color: '#B59B9A'

red 181 ◦ green 155 ◦ blue 154

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

Shades of Dusty Grey #B59B9A

Tints of Dusty Grey #B59B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.63%

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

R = 36.94%
G = 31.63%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B59B9A (or 0xB59B9A) is known color: Dusty Grey. HEX triplet: B5, 9B and 9A. RGB value is (181,155,154). Sum of RGB (Red+Green+Blue) = 181+155+154=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59B9A is #4A6465. Grayscale: #A2A2A2. Windows color (decimal): -4875366 or 10132405. OLE color: 10132405.

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

Color convert

RGB 181 155 154 -
CMYK 0 0.14 0.15 0.29
HSL 2.22º 0.15% 0.66% -
HSV(B) 2.22º 0.15% 0.71% -
XYZ 36.61 35.6 35.51 -
YUV 162.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 181 155 154 0 0.14 0.15 0.29 2.22 0.15 0.66
Hex B5 9B 9A 0 E F 1D 2 F 42
Octal 265 233 232 0 16 17 35 2 17 102
Binary 10110101 10011011 10011010 0 1110 1111 11101 10 1111 1000010

Color Harmonies of #B59B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59B9A

Black with #B59B9A

Text Example


Text Example

White with #B59B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59B9A; }

 p { color: rgb(181,155,154); }

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

background-color css

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

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

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

border-color css

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

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

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