#B6AC9B

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

Shades of Cloudy #B6AC9B

Tints of Cloudy #B6AC9B

Color information

#B6AC9B (or 0xB6AC9B) is unknown color: approx Cloudy. HEX triplet: B6, AC and 9B. RGB value is (182,172,155). Sum of RGB (Red+Green+Blue) = 182+172+155=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC9B is #495364. Grayscale: #ADADAD. Windows color (decimal): -4805477 or 10202294. OLE color: 10202294.

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

Color convert

RGB182172155-
CMYK00.050.150.29
HSL37.78º15.61%66.08%-
HSV(B)37.78º14.84%71.37%-
XYZ39.9641.8236.98-
YUV173.05117.81134.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=35.76%
G=33.79%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217215500.050.150.2937.7815.6166.08
HexB6AC9B05F1D261042
Octal2662542330517354620102
Binary1011011010101100100110110101111111101100110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC9B; }

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

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

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

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

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

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

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

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