#B69B9A

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

Shades of Dusty Grey #B69B9A

Tints of Dusty Grey #B69B9A

Color information

#B69B9A (or 0xB69B9A) is unknown color: approx Dusty Grey. HEX triplet: B6, 9B and 9A. RGB value is (182,155,154). Sum of RGB (Red+Green+Blue) = 182+155+154=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69B9A is #496465. Grayscale: #A2A2A2. Windows color (decimal): -4809830 or 10132406. OLE color: 10132406.

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

Color convert

RGB182155154-
CMYK00.150.150.29
HSL2.14º16.09%65.88%-
HSV(B)2.14º15.38%71.37%-
XYZ36.8535.7235.52-
YUV162.96122.95141.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=37.07%
G=31.57%
B=31.36%

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
Decimal18215515400.150.150.292.1416.0965.88
HexB69B9A0FF1D21042
Octal2662332320171735220102
Binary1011011010011011100110100111111111110110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B9A; }

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

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

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

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

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

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

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

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