#B5A594

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

Shades of Cloudy #B5A594

Tints of Cloudy #B5A594

Color information

#B5A594 (or 0xB5A594) is unknown color: approx Cloudy. HEX triplet: B5, A5 and 94. RGB value is (181,165,148). Sum of RGB (Red+Green+Blue) = 181+165+148=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A594 is #4A5A6B. Grayscale: #A7A7A7. Windows color (decimal): -4872812 or 9741749. OLE color: 9741749.

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

Color convert

RGB181165148-
CMYK00.090.180.29
HSL30.91º18.23%64.51%-
HSV(B)30.91º18.23%70.98%-
XYZ37.8638.8733.52-
YUV167.85116.8137.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=36.64%
G=33.40%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116514800.090.180.2930.9118.2364.51
HexB5A59409121D1f1241
Octal26524522401122353722101
Binary10110101101001011001010001001100101110111111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A594; }

 p { color: rgb(181,165,148); }

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

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

 a { background-color: rgb(181,165,148); }

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

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

 span { border-color: rgb(181,165,148); }

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