#B5A99C

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

Shades of Cloudy #B5A99C

Tints of Cloudy #B5A99C

Color information

#B5A99C (or 0xB5A99C) is unknown color: approx Cloudy. HEX triplet: B5, A9 and 9C. RGB value is (181,169,156). Sum of RGB (Red+Green+Blue) = 181+169+156=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A99C is #4A5663. Grayscale: #ABABAB. Windows color (decimal): -4871780 or 10267061. OLE color: 10267061.

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

Color convert

RGB181169156-
CMYK00.070.140.29
HSL31.2º14.45%66.08%-
HSV(B)31.2º13.81%70.98%-
XYZ39.2440.637.22-
YUV171.11119.48135.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=35.77%
G=33.40%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116915600.070.140.2931.214.4566.08
HexB5A99C07E1D1fe42
Octal2652512340716353716102
Binary10110101101010011001110001111110111011111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A99C; }

 p { color: rgb(181,169,156); }

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

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

 a { background-color: rgb(181,169,156); }

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

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

 span { border-color: rgb(181,169,156); }

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