#B5A490

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

Shades of Cloudy #B5A490

Tints of Cloudy #B5A490

Color information

#B5A490 (or 0xB5A490) is unknown color: approx Cloudy. HEX triplet: B5, A4 and 90. RGB value is (181,164,144). Sum of RGB (Red+Green+Blue) = 181+164+144=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A490 is #4A5B6F. Grayscale: #A6A6A6. Windows color (decimal): -4873072 or 9479349. OLE color: 9479349.

HSL color Cylindrical-coordinate representation of color #B5A490: hue angle of 32.43º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5A490 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB181164144-
CMYK00.090.200.29
HSL32.43º20%63.73%-
HSV(B)32.43º20.44%70.98%-
XYZ37.3738.3931.83-
YUV166.8115.13138.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=37.01%
G=33.54%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116414400.090.200.2932.432063.73
HexB5A49009141D201440
Octal26524422001124354024100
Binary101101011010010010010000010011010011101100000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A490; }

 p { color: rgb(181,164,144); }

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

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

 a { background-color: rgb(181,164,144); }

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

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

 span { border-color: rgb(181,164,144); }

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