#B4AA9A

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

Shades of Cloudy #B4AA9A

Tints of Cloudy #B4AA9A

Color information

#B4AA9A (or 0xB4AA9A) is unknown color: approx Cloudy. HEX triplet: B4, AA and 9A. RGB value is (180,170,154). Sum of RGB (Red+Green+Blue) = 180+170+154=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA9A is #4B5565. Grayscale: #ABABAB. Windows color (decimal): -4937062 or 10136244. OLE color: 10136244.

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

Color convert

RGB180170154-
CMYK00.060.140.29
HSL36.92º14.77%65.49%-
HSV(B)36.92º14.44%70.59%-
XYZ39.0340.7936.39-
YUV171.17118.31134.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=35.71%
G=33.73%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017015400.060.140.2936.9214.7765.49
HexB4AA9A06E1D25f41
Octal2642522320616354517101
Binary101101001010101010011010011011101110110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA9A; }

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

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

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

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

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

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

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

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