#B69F9E

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

Shades of Dusty Grey #B69F9E

Tints of Dusty Grey #B69F9E

Color information

#B69F9E (or 0xB69F9E) is unknown color: approx Dusty Grey. HEX triplet: B6, 9F and 9E. RGB value is (182,159,158). Sum of RGB (Red+Green+Blue) = 182+159+158=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69F9E is #496061. Grayscale: #A5A5A5. Windows color (decimal): -4808802 or 10395574. OLE color: 10395574.

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

Color convert

RGB182159158-
CMYK00.130.130.29
HSL2.5º14.12%66.67%-
HSV(B)2.5º13.19%71.37%-
XYZ37.8637.2137.53-
YUV165.76123.62139.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=36.47%
G=31.86%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215915800.130.130.292.514.1266.67
HexB69F9E0DD1D3e43
Octal2662372360151535316103
Binary101101101001111110011110011011101111011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F9E; }

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

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

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

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

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

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

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

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