Html Css Color HEX #BE9F9D Dusty Grey

📋 copy color: '#BE9F9D'

red 190 ◦ green 159 ◦ blue 157

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

Shades of Dusty Grey #BE9F9D

Tints of Dusty Grey #BE9F9D

RGB

 RED value IS 190 (74.61% from 255) = 37.55%

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 37.55%
G = 31.42%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE9F9D (or 0xBE9F9D) is known color: Dusty Grey. HEX triplet: BE, 9F and 9D. RGB value is (190,159,157). Sum of RGB (Red+Green+Blue) = 190+159+157=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F9D is #416062. Grayscale: #A8A8A8. Windows color (decimal): -4284515 or 10330046. OLE color: 10330046.

HSL color Cylindrical-coordinate representation of color #BE9F9D: hue angle of 3.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BE9F9D is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 157 -
CMYK 0 0.16 0.17 0.25
HSL 3.64º 0.2% 0.68% -
HSV(B) 3.64º 0.17% 0.75% -
XYZ 39.72 38.18 37.17 -
YUV 168.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 190 159 157 0 0.16 0.17 0.25 3.64 0.2 0.68
Hex BE 9F 9D 0 10 11 19 4 14 44
Octal 276 237 235 0 20 21 31 4 24 104
Binary 10111110 10011111 10011101 0 10000 10001 11001 100 10100 1000100

Color Harmonies of #BE9F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F9D

Black with #BE9F9D

Text Example


Text Example

White with #BE9F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F9D; }

 p { color: rgb(190,159,157); }

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

background-color css

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

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

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

border-color css

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

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

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