#B6A391

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

Shades of Cloudy #B6A391

Tints of Cloudy #B6A391

Color information

#B6A391 (or 0xB6A391) is unknown color: approx Cloudy. HEX triplet: B6, A3 and 91. RGB value is (182,163,145). Sum of RGB (Red+Green+Blue) = 182+163+145=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A391 is #495C6E. Grayscale: #A6A6A6. Windows color (decimal): -4807791 or 9544630. OLE color: 9544630.

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

Color convert

RGB182163145-
CMYK00.100.200.29
HSL29.19º20.22%64.12%-
HSV(B)29.19º20.33%71.37%-
XYZ37.538.1832.18-
YUV166.63115.79138.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=37.14%
G=33.27%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216314500.100.200.2929.1920.2264.12
HexB6A3910A141D1d1440
Octal26624322101224353524100
Binary10110110101000111001000101010101001110111101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A391; }

 p { color: rgb(182,163,145); }

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

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

 a { background-color: rgb(182,163,145); }

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

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

 span { border-color: rgb(182,163,145); }

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