#B5A392

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

Shades of Cloudy #B5A392

Tints of Cloudy #B5A392

Color information

#B5A392 (or 0xB5A392) is unknown color: approx Cloudy. HEX triplet: B5, A3 and 92. RGB value is (181,163,146). Sum of RGB (Red+Green+Blue) = 181+163+146=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A392 is #4A5C6D. Grayscale: #A6A6A6. Windows color (decimal): -4873326 or 9610165. OLE color: 9610165.

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

Color convert

RGB181163146-
CMYK00.100.190.29
HSL29.14º19.13%64.12%-
HSV(B)29.14º19.34%70.98%-
XYZ37.3438.0932.58-
YUV166.44116.46138.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=36.94%
G=33.27%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116314600.100.190.2929.1419.1364.12
HexB5A3920A131D1d1340
Octal26524322201223353523100
Binary10110101101000111001001001010100111110111101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A392; }

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

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

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

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

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

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

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

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