Html Css Color HEX #B59F9E Dusty Grey

📋 copy color: '#B59F9E'

red 181 ◦ green 159 ◦ blue 158

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

Shades of Dusty Grey #B59F9E

Tints of Dusty Grey #B59F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

 BLUE value IS 158 (62.11% from 255) = 31.73%

R = 36.35%
G = 31.93%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B59F9E (or 0xB59F9E) is known color: Dusty Grey. HEX triplet: B5, 9F and 9E. RGB value is (181,159,158). Sum of RGB (Red+Green+Blue) = 181+159+158=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F9E is #4A6061. Grayscale: #A5A5A5. Windows color (decimal): -4874338 or 10395573. OLE color: 10395573.

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

Color convert

RGB 181 159 158 -
CMYK 0 0.12 0.13 0.29
HSL 2.61º 0.13% 0.66% -
HSV(B) 2.61º 0.13% 0.71% -
XYZ 37.63 37.09 37.52 -
YUV 165.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 181 159 158 0 0.12 0.13 0.29 2.61 0.13 0.66
Hex B5 9F 9E 0 C D 1D 3 D 42
Octal 265 237 236 0 14 15 35 3 15 102
Binary 10110101 10011111 10011110 0 1100 1101 11101 11 1101 1000010

Color Harmonies of #B59F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F9E

Black with #B59F9E

Text Example


Text Example

White with #B59F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F9E; }

 p { color: rgb(181,159,158); }

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

background-color css

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

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

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

border-color css

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

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

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