#B4A699

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

Shades of Cloudy #B4A699

Tints of Cloudy #B4A699

Color information

#B4A699 (or 0xB4A699) is unknown color: approx Cloudy. HEX triplet: B4, A6 and 99. RGB value is (180,166,153). Sum of RGB (Red+Green+Blue) = 180+166+153=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A699 is #4B5966. Grayscale: #A8A8A8. Windows color (decimal): -4938087 or 10069684. OLE color: 10069684.

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

Color convert

RGB180166153-
CMYK00.080.150.29
HSL28.89º15.25%65.29%-
HSV(B)28.89º15%70.59%-
XYZ38.2139.2835.7-
YUV168.7119.14136.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=36.07%
G=33.27%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016615300.080.150.2928.8915.2565.29
HexB4A69908F1D1df41
Octal26424623101017353517101
Binary101101001010011010011001010001111111011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A699; }

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

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

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

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

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

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

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

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