#B4A89C

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

Shades of Cloudy #B4A89C

Tints of Cloudy #B4A89C

Color information

#B4A89C (or 0xB4A89C) is unknown color: approx Cloudy. HEX triplet: B4, A8 and 9C. RGB value is (180,168,156). Sum of RGB (Red+Green+Blue) = 180+168+156=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A89C is #4B5763. Grayscale: #AAAAAA. Windows color (decimal): -4937572 or 10266804. OLE color: 10266804.

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

Color convert

RGB180168156-
CMYK00.070.130.29
HSL30º13.79%65.88%-
HSV(B)30º13.33%70.59%-
XYZ38.8340.1137.15-
YUV170.22119.98134.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=35.71%
G=33.33%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016815600.070.130.293013.7965.88
HexB4A89C07D1D1ee42
Octal2642502340715353616102
Binary10110100101010001001110001111101111011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A89C; }

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

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

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

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

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

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

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

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