#B4AA9F

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

Shades of Cloudy #B4AA9F

Tints of Cloudy #B4AA9F

Color information

#B4AA9F (or 0xB4AA9F) is unknown color: approx Cloudy. HEX triplet: B4, AA and 9F. RGB value is (180,170,159). Sum of RGB (Red+Green+Blue) = 180+170+159=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA9F is #4B5560. Grayscale: #ABABAB. Windows color (decimal): -4937057 or 10463924. OLE color: 10463924.

HSL color Cylindrical-coordinate representation of color #B4AA9F: hue angle of 31.43º degrees, saturation: 0.12, 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 #B4AA9F is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180170159-
CMYK00.060.120.29
HSL31.43º12.28%66.47%-
HSV(B)31.43º11.67%70.59%-
XYZ39.4640.9638.63-
YUV171.74120.81133.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=35.36%
G=33.40%
B=31.24%

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
Decimal18017015900.060.120.2931.4312.2866.47
HexB4AA9F06C1D1fc42
Octal2642522370614353714102
Binary10110100101010101001111101101100111011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA9F; }

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

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

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

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

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

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

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

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