#B0A195

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

Shades of Cloudy #B0A195

Tints of Cloudy #B0A195

Color information

#B0A195 (or 0xB0A195) is unknown color: approx Cloudy. HEX triplet: B0, A1 and 95. RGB value is (176,161,149). Sum of RGB (Red+Green+Blue) = 176+161+149=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A195 is #4F5E6A. Grayscale: #A4A4A4. Windows color (decimal): -5201515 or 9806256. OLE color: 9806256.

HSL color Cylindrical-coordinate representation of color #B0A195: hue angle of 26.67º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0A195 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176161149-
CMYK00.090.150.31
HSL26.67º14.59%63.73%-
HSV(B)26.67º15.34%69.02%-
XYZ36.0736.8933.65-
YUV164.12119.47136.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=36.21%
G=33.13%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616114900.090.150.3126.6714.5963.73
HexB0A19509F1F1bf40
Octal26024122501117373317100
Binary101100001010000110010101010011111111111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A195; }

 p { color: rgb(176,161,149); }

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

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

 a { background-color: rgb(176,161,149); }

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

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

 span { border-color: rgb(176,161,149); }

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