#B5A695

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

Shades of Cloudy #B5A695

Tints of Cloudy #B5A695

Color information

#B5A695 (or 0xB5A695) is unknown color: approx Cloudy. HEX triplet: B5, A6 and 95. RGB value is (181,166,149). Sum of RGB (Red+Green+Blue) = 181+166+149=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A695 is #4A596A. Grayscale: #A8A8A8. Windows color (decimal): -4872555 or 9807541. OLE color: 9807541.

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

Color convert

RGB181166149-
CMYK00.080.180.29
HSL31.88º17.78%64.71%-
HSV(B)31.88º17.68%70.98%-
XYZ38.1239.2734-
YUV168.55116.97136.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=36.49%
G=33.47%
B=30.04%

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
Decimal18116614900.080.180.2931.8817.7864.71
HexB5A69508121D201241
Octal26524622501022354022101
Binary101101011010011010010101010001001011101100000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A695; }

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

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

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

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

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

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

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

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