#B4AA9E

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

Shades of Cloudy #B4AA9E

Tints of Cloudy #B4AA9E

Color information

#B4AA9E (or 0xB4AA9E) is unknown color: approx Cloudy. HEX triplet: B4, AA and 9E. RGB value is (180,170,158). Sum of RGB (Red+Green+Blue) = 180+170+158=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA9E is #4B5561. Grayscale: #ABABAB. Windows color (decimal): -4937058 or 10398388. OLE color: 10398388.

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

Color convert

RGB180170158-
CMYK00.060.120.29
HSL32.73º12.79%66.27%-
HSV(B)32.73º12.22%70.59%-
XYZ39.3740.9238.17-
YUV171.62120.31133.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=35.43%
G=33.46%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017015800.060.120.2932.7312.7966.27
HexB4AA9E06C1D21d42
Octal2642522360614354115102
Binary101101001010101010011110011011001110110000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA9E; }

 p { color: rgb(180,170,158); }

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

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

 a { background-color: rgb(180,170,158); }

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

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

 span { border-color: rgb(180,170,158); }

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