Html Css Color HEX #B59B9B Dusty Grey

📋 copy color: '#B59B9B'

red 181 ◦ green 155 ◦ blue 155

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

Shades of Dusty Grey #B59B9B

Tints of Dusty Grey #B59B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 36.86%
G = 31.57%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B59B9B (or 0xB59B9B) is known color: Dusty Grey. HEX triplet: B5, 9B and 9B. RGB value is (181,155,155). Sum of RGB (Red+Green+Blue) = 181+155+155=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59B9B is #4A6464. Grayscale: #A2A2A2. Windows color (decimal): -4875365 or 10197941. OLE color: 10197941.

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

Color convert

RGB 181 155 155 -
CMYK 0 0.14 0.14 0.29
HSL 0.15% 0.66% -
HSV(B) 0.14% 0.71% -
XYZ 36.69 35.63 35.95 -
YUV 162.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 181 155 155 0 0.14 0.14 0.29 0 0.15 0.66
Hex B5 9B 9B 0 E E 1D 0 F 42
Octal 265 233 233 0 16 16 35 0 17 102
Binary 10110101 10011011 10011011 0 1110 1110 11101 0 1111 1000010

Color Harmonies of #B59B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59B9B

Black with #B59B9B

Text Example


Text Example

White with #B59B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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