#B4A799

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

Shades of Cloudy #B4A799

Tints of Cloudy #B4A799

Color information

#B4A799 (or 0xB4A799) is unknown color: approx Cloudy. HEX triplet: B4, A7 and 99. RGB value is (180,167,153). Sum of RGB (Red+Green+Blue) = 180+167+153=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A799 is #4B5866. Grayscale: #A9A9A9. Windows color (decimal): -4937831 or 10069940. OLE color: 10069940.

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

Color convert

RGB180167153-
CMYK00.070.150.29
HSL31.11º15.25%65.29%-
HSV(B)31.11º15%70.59%-
XYZ38.3939.6435.76-
YUV169.29118.81135.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=36%
G=33.4%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016715300.070.150.2931.1115.2565.29
HexB4A79907F1D1ff41
Octal2642472310717353717101
Binary10110100101001111001100101111111111011111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A799; }

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

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

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

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

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

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

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

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