#B6AA9C

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

Shades of Cloudy #B6AA9C

Tints of Cloudy #B6AA9C

Color information

#B6AA9C (or 0xB6AA9C) is unknown color: approx Cloudy. HEX triplet: B6, AA and 9C. RGB value is (182,170,156). Sum of RGB (Red+Green+Blue) = 182+170+156=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA9C is #495563. Grayscale: #ACACAC. Windows color (decimal): -4805988 or 10267318. OLE color: 10267318.

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

Color convert

RGB182170156-
CMYK00.070.140.29
HSL32.31º15.12%66.27%-
HSV(B)32.31º14.29%71.37%-
XYZ39.6741.0937.29-
YUV171.99118.98135.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=35.83%
G=33.46%
B=30.71%

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
Decimal18217015600.070.140.2932.3115.1266.27
HexB6AA9C07E1D20f42
Octal2662522340716354017102
Binary101101101010101010011100011111101110110000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA9C; }

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

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

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

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

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

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

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

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