#B2A395

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

Shades of Cloudy #B2A395

Tints of Cloudy #B2A395

Color information

#B2A395 (or 0xB2A395) is unknown color: approx Cloudy. HEX triplet: B2, A3 and 95. RGB value is (178,163,149). Sum of RGB (Red+Green+Blue) = 178+163+149=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A395 is #4D5C6A. Grayscale: #A5A5A5. Windows color (decimal): -5069931 or 9806770. OLE color: 9806770.

HSL color Cylindrical-coordinate representation of color #B2A395: hue angle of 28.97º 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 #B2A395 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178163149-
CMYK00.080.160.30
HSL28.97º15.85%64.12%-
HSV(B)28.97º16.29%69.8%-
XYZ36.8837.8333.79-
YUV165.89118.47136.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=36.33%
G=33.27%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816314900.080.160.3028.9715.8564.12
HexB2A39508101E1d1040
Octal26224322501020363520100
Binary10110010101000111001010101000100001111011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A395; }

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

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

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

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

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

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

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

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