#B6AA9D

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

Shades of Cloudy #B6AA9D

Tints of Cloudy #B6AA9D

Color information

#B6AA9D (or 0xB6AA9D) is unknown color: approx Cloudy. HEX triplet: B6, AA and 9D. RGB value is (182,170,157). Sum of RGB (Red+Green+Blue) = 182+170+157=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA9D is #495562. Grayscale: #ACACAC. Windows color (decimal): -4805987 or 10332854. OLE color: 10332854.

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

Color convert

RGB182170157-
CMYK00.070.140.29
HSL31.2º14.62%66.47%-
HSV(B)31.2º13.74%71.37%-
XYZ39.7541.1337.74-
YUV172.11119.48135.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=35.76%
G=33.40%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217015700.070.140.2931.214.6266.47
HexB6AA9D07E1D1ff42
Octal2662522350716353717102
Binary10110110101010101001110101111110111011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA9D; }

 p { color: rgb(182,170,157); }

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

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

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

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

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

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

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