#B2A795

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

Shades of Cloudy #B2A795

Tints of Cloudy #B2A795

Color information

#B2A795 (or 0xB2A795) is unknown color: approx Cloudy. HEX triplet: B2, A7 and 95. RGB value is (178,167,149). Sum of RGB (Red+Green+Blue) = 178+167+149=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A795 is #4D586A. Grayscale: #A8A8A8. Windows color (decimal): -5068907 or 9807794. OLE color: 9807794.

HSL color Cylindrical-coordinate representation of color #B2A795: hue angle of 37.24º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2A795 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178167149-
CMYK00.060.160.30
HSL37.24º15.85%64.12%-
HSV(B)37.24º16.29%69.8%-
XYZ37.639.2734.03-
YUV168.24117.14134.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=36.03%
G=33.81%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816714900.060.160.3037.2415.8564.12
HexB2A79506101E251040
Octal2622472250620364520100
Binary10110010101001111001010101101000011110100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A795; }

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

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

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

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

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

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

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

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