#B4A99E

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

Shades of Cloudy #B4A99E

Tints of Cloudy #B4A99E

Color information

#B4A99E (or 0xB4A99E) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 9E. RGB value is (180,169,158). Sum of RGB (Red+Green+Blue) = 180+169+158=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A99E is #4B5661. Grayscale: #ABABAB. Windows color (decimal): -4937314 or 10398132. OLE color: 10398132.

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

Color convert

RGB180169158-
CMYK00.060.120.29
HSL30º12.79%66.27%-
HSV(B)30º12.22%70.59%-
XYZ39.1840.5538.11-
YUV171.04120.64134.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=35.50%
G=33.33%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016915800.060.120.293012.7966.27
HexB4A99E06C1D1ed42
Octal2642512360614353615102
Binary10110100101010011001111001101100111011111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A99E; }

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

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

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

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

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

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

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

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