Html Css Color HEX #BE9F9E Dusty Grey

📋 copy color: '#BE9F9E'

red 190 ◦ green 159 ◦ blue 158

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

Shades of Dusty Grey #BE9F9E

Tints of Dusty Grey #BE9F9E

RGB

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

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

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

R = 37.48%
G = 31.36%
B = 31.16%

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

#BE9F9E (or 0xBE9F9E) is known color: Dusty Grey. HEX triplet: BE, 9F and 9E. RGB value is (190,159,158). Sum of RGB (Red+Green+Blue) = 190+159+158=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F9E is #416061. Grayscale: #A8A8A8. Windows color (decimal): -4284514 or 10395582. OLE color: 10395582.

HSL color Cylindrical-coordinate representation of color #BE9F9E: hue angle of 1.88º 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 #BE9F9E is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 158 -
CMYK 0 0.16 0.17 0.25
HSL 1.88º 0.2% 0.68% -
HSV(B) 1.88º 0.17% 0.75% -
XYZ 39.8 38.21 37.63 -
YUV 168.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 190 159 158 0 0.16 0.17 0.25 1.88 0.2 0.68
Hex BE 9F 9E 0 10 11 19 2 14 44
Octal 276 237 236 0 20 21 31 2 24 104
Binary 10111110 10011111 10011110 0 10000 10001 11001 10 10100 1000100

Color Harmonies of #BE9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F9E

Black with #BE9F9E

Text Example


Text Example

White with #BE9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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