#BE9F9F

Color #BE9F9F Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #BE9F9F

Tints of Dusty Grey #BE9F9F

Color information

#BE9F9F (or 0xBE9F9F) is unknown color: approx Dusty Grey. HEX triplet: BE, 9F and 9F. RGB value is (190,159,159). Sum of RGB (Red+Green+Blue) = 190+159+159=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F9F is #416060. Grayscale: #A8A8A8. Windows color (decimal): -4284513 or 10461118. OLE color: 10461118.

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

Color convert

RGB190159159-
CMYK00.160.160.25
HSL19.25%68.43%-
HSV(B)16.32%74.51%-
XYZ39.8938.2538.08-
YUV168.27122.77143.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=37.40%
G=31.30%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015915900.160.160.25019.2568.43
HexBE9F9F010101901344
Octal2762372370202031023104
Binary10111110100111111001111101000010000110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F9F; }

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

 H1.HeaderClassName
 {
   color: #BE9F9F;
 }
 .AnyTagClassName
 {
   color: #BE9F9F;
 }
</style>
background-color css

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

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

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

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

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

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