#B2A597

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

Shades of Cloudy #B2A597

Tints of Cloudy #B2A597

Color information

#B2A597 (or 0xB2A597) is unknown color: approx Cloudy. HEX triplet: B2, A5 and 97. RGB value is (178,165,151). Sum of RGB (Red+Green+Blue) = 178+165+151=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A597 is #4D5A68. Grayscale: #A7A7A7. Windows color (decimal): -5069417 or 9938354. OLE color: 9938354.

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

Color convert

RGB178165151-
CMYK00.070.150.30
HSL31.11º14.92%64.51%-
HSV(B)31.11º15.17%69.8%-
XYZ37.438.6134.76-
YUV167.29118.81135.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=36.03%
G=33.40%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816515100.070.150.3031.1114.9264.51
HexB2A59707F1E1ff41
Octal2622452270717363717101
Binary10110010101001011001011101111111111101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A597; }

 p { color: rgb(178,165,151); }

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

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

 a { background-color: rgb(178,165,151); }

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

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

 span { border-color: rgb(178,165,151); }

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