#B69E9B

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

Shades of Dusty Grey #B69E9B

Tints of Dusty Grey #B69E9B

Color information

#B69E9B (or 0xB69E9B) is unknown color: approx Dusty Grey. HEX triplet: B6, 9E and 9B. RGB value is (182,158,155). Sum of RGB (Red+Green+Blue) = 182+158+155=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69E9B is #496164. Grayscale: #A4A4A4. Windows color (decimal): -4809061 or 10198710. OLE color: 10198710.

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

Color convert

RGB182158155-
CMYK00.130.150.29
HSL6.67º15.61%66.08%-
HSV(B)6.67º14.84%71.37%-
XYZ37.4336.7736.13-
YUV164.83122.45140.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=36.77%
G=31.92%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215815500.130.150.296.6715.6166.08
HexB69E9B0DF1D71042
Octal2662362330151735720102
Binary10110110100111101001101101101111111101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E9B; }

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

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

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

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

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

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

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

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