#B6A591

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

Shades of Cloudy #B6A591

Tints of Cloudy #B6A591

Color information

#B6A591 (or 0xB6A591) is unknown color: approx Cloudy. HEX triplet: B6, A5 and 91. RGB value is (182,165,145). Sum of RGB (Red+Green+Blue) = 182+165+145=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A591 is #495A6E. Grayscale: #A7A7A7. Windows color (decimal): -4807279 or 9545142. OLE color: 9545142.

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

Color convert

RGB182165145-
CMYK00.090.200.29
HSL32.43º20.22%64.12%-
HSV(B)32.43º20.33%71.37%-
XYZ37.8638.932.3-
YUV167.8115.13138.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 145 (57.03% from 255) = 29.47%
R=36.99%
G=33.54%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216514500.090.200.2932.4320.2264.12
HexB6A59109141D201440
Octal26624522101124354024100
Binary101101101010010110010001010011010011101100000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A591; }

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

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

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

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

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

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

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

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