#B4A99D

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

Shades of Cloudy #B4A99D

Tints of Cloudy #B4A99D

Color information

#B4A99D (or 0xB4A99D) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 9D. RGB value is (180,169,157). Sum of RGB (Red+Green+Blue) = 180+169+157=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A99D is #4B5662. Grayscale: #AAAAAA. Windows color (decimal): -4937315 or 10332596. OLE color: 10332596.

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

Color convert

RGB180169157-
CMYK00.060.130.29
HSL31.3º13.29%66.08%-
HSV(B)31.3º12.78%70.59%-
XYZ39.140.5137.66-
YUV170.92120.14134.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=35.57%
G=33.40%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016915700.060.130.2931.313.2966.08
HexB4A99D06D1D1fd42
Octal2642512350615353715102
Binary10110100101010011001110101101101111011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A99D; }

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

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

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

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

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

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

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

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