#B4AC9D

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

Shades of Cloudy #B4AC9D

Tints of Cloudy #B4AC9D

Color information

#B4AC9D (or 0xB4AC9D) is unknown color: approx Cloudy. HEX triplet: B4, AC and 9D. RGB value is (180,172,157). Sum of RGB (Red+Green+Blue) = 180+172+157=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AC9D is #4B5362. Grayscale: #ACACAC. Windows color (decimal): -4936547 or 10333364. OLE color: 10333364.

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

Color convert

RGB180172157-
CMYK00.040.130.29
HSL39.13º13.29%66.08%-
HSV(B)39.13º12.78%70.59%-
XYZ39.6641.6437.85-
YUV172.68119.15133.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=35.36%
G=33.79%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017215700.040.130.2939.1313.2966.08
HexB4AC9D04D1D27d42
Octal2642542350415354715102
Binary101101001010110010011101010011011110110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AC9D; }

 p { color: rgb(180,172,157); }

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

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

 a { background-color: rgb(180,172,157); }

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

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

 span { border-color: rgb(180,172,157); }

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