#B6A491

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

Shades of Cloudy #B6A491

Tints of Cloudy #B6A491

Color information

#B6A491 (or 0xB6A491) is unknown color: approx Cloudy. HEX triplet: B6, A4 and 91. RGB value is (182,164,145). Sum of RGB (Red+Green+Blue) = 182+164+145=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A491 is #495B6E. Grayscale: #A7A7A7. Windows color (decimal): -4807535 or 9544886. OLE color: 9544886.

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

Color convert

RGB182164145-
CMYK00.100.200.29
HSL30.81º20.22%64.12%-
HSV(B)30.81º20.33%71.37%-
XYZ37.6838.5432.24-
YUV167.22115.46138.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=37.07%
G=33.40%
B=29.53%

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
Decimal18216414500.100.200.2930.8120.2264.12
HexB6A4910A141D1f1440
Octal26624422101224353724100
Binary10110110101001001001000101010101001110111111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A491; }

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

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

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

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

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

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

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

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