#B5A795

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

Shades of Cloudy #B5A795

Tints of Cloudy #B5A795

Color information

#B5A795 (or 0xB5A795) is unknown color: approx Cloudy. HEX triplet: B5, A7 and 95. RGB value is (181,167,149). Sum of RGB (Red+Green+Blue) = 181+167+149=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A795 is #4A586A. Grayscale: #A9A9A9. Windows color (decimal): -4872299 or 9807797. OLE color: 9807797.

HSL color Cylindrical-coordinate representation of color #B5A795: hue angle of 33.75º 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 #B5A795 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181167149-
CMYK00.080.180.29
HSL33.75º17.78%64.71%-
HSV(B)33.75º17.68%70.98%-
XYZ38.339.6334.06-
YUV169.13116.64136.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=36.42%
G=33.60%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116714900.080.180.2933.7517.7864.71
HexB5A79508121D221241
Octal26524722501022354222101
Binary101101011010011110010101010001001011101100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A795; }

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

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

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

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

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

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

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

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