#B6A795

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

Shades of Cloudy #B6A795

Tints of Cloudy #B6A795

Color information

#B6A795 (or 0xB6A795) is unknown color: approx Cloudy. HEX triplet: B6, A7 and 95. RGB value is (182,167,149). Sum of RGB (Red+Green+Blue) = 182+167+149=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A795 is #49586A. Grayscale: #A9A9A9. Windows color (decimal): -4806763 or 9807798. OLE color: 9807798.

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

Color convert

RGB182167149-
CMYK00.080.180.29
HSL32.73º18.44%64.9%-
HSV(B)32.73º18.13%71.37%-
XYZ38.5339.7534.08-
YUV169.43116.47136.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=36.55%
G=33.53%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216714900.080.180.2932.7318.4464.9
HexB6A79508121D211241
Octal26624722501022354122101
Binary101101101010011110010101010001001011101100001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A795; }

 p { color: rgb(182,167,149); }

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

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

 a { background-color: rgb(182,167,149); }

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

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

 span { border-color: rgb(182,167,149); }

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