#B4AA99

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

Shades of Cloudy #B4AA99

Tints of Cloudy #B4AA99

Color information

#B4AA99 (or 0xB4AA99) is unknown color: approx Cloudy. HEX triplet: B4, AA and 99. RGB value is (180,170,153). Sum of RGB (Red+Green+Blue) = 180+170+153=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA99 is #4B5566. Grayscale: #ABABAB. Windows color (decimal): -4937063 or 10070708. OLE color: 10070708.

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

Color convert

RGB180170153-
CMYK00.060.150.29
HSL37.78º15.25%65.29%-
HSV(B)37.78º15%70.59%-
XYZ38.9540.7535.95-
YUV171.05117.81134.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=35.79%
G=33.80%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017015300.060.150.2937.7815.2565.29
HexB4AA9906F1D26f41
Octal2642522310617354617101
Binary101101001010101010011001011011111110110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA99; }

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

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

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

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

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

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

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

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