#B4A999

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

Shades of Cloudy #B4A999

Tints of Cloudy #B4A999

Color information

#B4A999 (or 0xB4A999) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 99. RGB value is (180,169,153). Sum of RGB (Red+Green+Blue) = 180+169+153=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A999 is #4B5666. Grayscale: #AAAAAA. Windows color (decimal): -4937319 or 10070452. OLE color: 10070452.

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

Color convert

RGB180169153-
CMYK00.060.150.29
HSL35.56º15.25%65.29%-
HSV(B)35.56º15%70.59%-
XYZ38.7640.3835.89-
YUV170.46118.14134.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=35.86%
G=33.67%
B=30.48%

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
Decimal18016915300.060.150.2935.5615.2565.29
HexB4A99906F1D24f41
Octal2642512310617354417101
Binary101101001010100110011001011011111110110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A999; }

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

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

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

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

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

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

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

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