#B69998

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

Shades of Dusty Grey #B69998

Tints of Dusty Grey #B69998

Color information

#B69998 (or 0xB69998) is unknown color: approx Dusty Grey. HEX triplet: B6, 99 and 98. RGB value is (182,153,152). Sum of RGB (Red+Green+Blue) = 182+153+152=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B69998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69998 is #496667. Grayscale: #A1A1A1. Windows color (decimal): -4810344 or 10000822. OLE color: 10000822.

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

Color convert

RGB182153152-
CMYK00.160.160.29
HSL17.05%65.49%-
HSV(B)16.48%71.37%-
XYZ36.3534.9934.54-
YUV161.56122.61142.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=37.37%
G=31.42%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215315200.160.160.29217.0565.49
HexB69998010101D21141
Octal2662312300202035221101
Binary101101101001100110011000010000100001110110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69998; }

 p { color: rgb(182,153,152); }

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

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

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

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

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

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

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