#B5A592

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

Shades of Cloudy #B5A592

Tints of Cloudy #B5A592

Color information

#B5A592 (or 0xB5A592) is unknown color: approx Cloudy. HEX triplet: B5, A5 and 92. RGB value is (181,165,146). Sum of RGB (Red+Green+Blue) = 181+165+146=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A592 is #4A5A6D. Grayscale: #A7A7A7. Windows color (decimal): -4872814 or 9610677. OLE color: 9610677.

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

Color convert

RGB181165146-
CMYK00.090.190.29
HSL32.57º19.13%64.12%-
HSV(B)32.57º19.34%70.98%-
XYZ37.738.8132.7-
YUV167.62115.8137.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=36.79%
G=33.54%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116514600.090.190.2932.5719.1364.12
HexB5A59209131D211340
Octal26524522201123354123100
Binary101101011010010110010010010011001111101100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A592; }

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

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

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

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

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

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

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

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