#B6A797

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

Shades of Cloudy #B6A797

Tints of Cloudy #B6A797

Color information

#B6A797 (or 0xB6A797) is unknown color: approx Cloudy. HEX triplet: B6, A7 and 97. RGB value is (182,167,151). Sum of RGB (Red+Green+Blue) = 182+167+151=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A797 is #495868. Grayscale: #A9A9A9. Windows color (decimal): -4806761 or 9938870. OLE color: 9938870.

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

Color convert

RGB182167151-
CMYK00.080.170.29
HSL30.97º17.51%65.29%-
HSV(B)30.97º17.03%71.37%-
XYZ38.739.8234.92-
YUV169.66117.47136.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=36.4%
G=33.4%
B=30.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216715100.080.170.2930.9717.5165.29
HexB6A79708111D1f1241
Octal26624722701021353722101
Binary10110110101001111001011101000100011110111111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A797; }

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

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

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

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

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

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

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

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