#B69A9A

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

Shades of Dusty Grey #B69A9A

Tints of Dusty Grey #B69A9A

Color information

#B69A9A (or 0xB69A9A) is unknown color: approx Dusty Grey. HEX triplet: B6, 9A and 9A. RGB value is (182,154,154). Sum of RGB (Red+Green+Blue) = 182+154+154=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69A9A is #496565. Grayscale: #A2A2A2. Windows color (decimal): -4810086 or 10132150. OLE color: 10132150.

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

Color convert

RGB182154154-
CMYK00.150.150.29
HSL16.09%65.88%-
HSV(B)15.38%71.37%-
XYZ36.6835.3935.47-
YUV162.37123.28142-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=37.14%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215415400.150.150.29016.0965.88
HexB69A9A0FF1D01042
Octal2662322320171735020102
Binary101101101001101010011010011111111111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A9A; }

 p { color: rgb(182,154,154); }

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

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

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

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

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

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

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