Html Css Color HEX #B59F9F Dusty Grey

📋 copy color: '#B59F9F'

red 181 ◦ green 159 ◦ blue 159

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

Shades of Dusty Grey #B59F9F

Tints of Dusty Grey #B59F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.86%

R = 36.27%
G = 31.86%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B59F9F (or 0xB59F9F) is known color: Dusty Grey. HEX triplet: B5, 9F and 9F. RGB value is (181,159,159). Sum of RGB (Red+Green+Blue) = 181+159+159=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F9F is #4A6060. Grayscale: #A5A5A5. Windows color (decimal): -4874337 or 10461109. OLE color: 10461109.

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

Color convert

RGB 181 159 159 -
CMYK 0 0.12 0.12 0.29
HSL 0.13% 0.67% -
HSV(B) 0.12% 0.71% -
XYZ 37.71 37.12 37.98 -
YUV 165.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 181 159 159 0 0.12 0.12 0.29 0 0.13 0.67
Hex B5 9F 9F 0 C C 1D 0 D 43
Octal 265 237 237 0 14 14 35 0 15 103
Binary 10110101 10011111 10011111 0 1100 1100 11101 0 1101 1000011

Color Harmonies of #B59F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F9F

Black with #B59F9F

Text Example


Text Example

White with #B59F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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