#B0A193

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

Shades of Cloudy #B0A193

Tints of Cloudy #B0A193

Color information

#B0A193 (or 0xB0A193) is unknown color: approx Cloudy. HEX triplet: B0, A1 and 93. RGB value is (176,161,147). Sum of RGB (Red+Green+Blue) = 176+161+147=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A193 is #4F5E6C. Grayscale: #A3A3A3. Windows color (decimal): -5201517 or 9675184. OLE color: 9675184.

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

Color convert

RGB176161147-
CMYK00.090.160.31
HSL28.97º15.51%63.33%-
HSV(B)28.97º16.48%69.02%-
XYZ35.9236.8332.82-
YUV163.89118.47136.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=36.36%
G=33.26%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616114700.090.160.3128.9715.5163.33
HexB0A19309101F1d103f
Octal2602412230112037352077
Binary1011000010100001100100110100110000111111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A193; }

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

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

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

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

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

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

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

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