#B4A99C

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

Shades of Cloudy #B4A99C

Tints of Cloudy #B4A99C

Color information

#B4A99C (or 0xB4A99C) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 9C. RGB value is (180,169,156). Sum of RGB (Red+Green+Blue) = 180+169+156=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A99C is #4B5663. Grayscale: #AAAAAA. Windows color (decimal): -4937316 or 10267060. OLE color: 10267060.

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

Color convert

RGB180169156-
CMYK00.060.130.29
HSL32.5º13.79%65.88%-
HSV(B)32.5º13.33%70.59%-
XYZ39.0140.4837.21-
YUV170.81119.64134.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=35.64%
G=33.47%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016915600.060.130.2932.513.7965.88
HexB4A99C06D1D21e42
Octal2642512340615354116102
Binary101101001010100110011100011011011110110000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A99C; }

 p { color: rgb(180,169,156); }

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

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

 a { background-color: rgb(180,169,156); }

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

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

 span { border-color: rgb(180,169,156); }

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