#BF9E9E

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

Shades of Dusty Grey #BF9E9E

Tints of Dusty Grey #BF9E9E

Color information

#BF9E9E (or 0xBF9E9E) is unknown color: approx Dusty Grey. HEX triplet: BF, 9E and 9E. RGB value is (191,158,158). Sum of RGB (Red+Green+Blue) = 191+158+158=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E9E is #406161. Grayscale: #A7A7A7. Windows color (decimal): -4219234 or 10395327. OLE color: 10395327.

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

Color convert

RGB191158158-
CMYK00.170.170.25
HSL20.5%68.43%-
HSV(B)17.28%74.9%-
XYZ39.883837.58-
YUV167.87122.43144.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=37.67%
G=31.16%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115815800.170.170.25020.568.43
HexBF9E9E011111901444
Octal2772362360212131024104
Binary10111111100111101001111001000110001110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E9E; }

 p { color: rgb(191,158,158); }

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

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

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

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

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

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

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