#B5A895

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

Shades of Cloudy #B5A895

Tints of Cloudy #B5A895

Color information

#B5A895 (or 0xB5A895) is unknown color: approx Cloudy. HEX triplet: B5, A8 and 95. RGB value is (181,168,149). Sum of RGB (Red+Green+Blue) = 181+168+149=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A895 is #4A576A. Grayscale: #A9A9A9. Windows color (decimal): -4872043 or 9808053. OLE color: 9808053.

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

Color convert

RGB181168149-
CMYK00.070.180.29
HSL35.63º17.78%64.71%-
HSV(B)35.63º17.68%70.98%-
XYZ38.484034.13-
YUV169.72116.31136.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=36.35%
G=33.73%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116814900.070.180.2935.6317.7864.71
HexB5A89507121D241241
Octal2652502250722354422101
Binary10110101101010001001010101111001011101100100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A895; }

 p { color: rgb(181,168,149); }

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

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

 a { background-color: rgb(181,168,149); }

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

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

 span { border-color: rgb(181,168,149); }

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