#B6AC9F

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

Shades of Cloudy #B6AC9F

Tints of Cloudy #B6AC9F

Color information

#B6AC9F (or 0xB6AC9F) is unknown color: approx Cloudy. HEX triplet: B6, AC and 9F. RGB value is (182,172,159). Sum of RGB (Red+Green+Blue) = 182+172+159=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC9F is #495360. Grayscale: #ADADAD. Windows color (decimal): -4805473 or 10464438. OLE color: 10464438.

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

Color convert

RGB182172159-
CMYK00.050.130.29
HSL33.91º13.61%66.86%-
HSV(B)33.91º12.64%71.37%-
XYZ40.341.9538.77-
YUV173.51119.81134.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=35.48%
G=33.53%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217215900.050.130.2933.9113.6166.86
HexB6AC9F05D1D22e43
Octal2662542370515354216103
Binary101101101010110010011111010111011110110001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC9F; }

 p { color: rgb(182,172,159); }

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

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

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

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

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

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

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