#B0A091

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

Shades of Cloudy #B0A091

Tints of Cloudy #B0A091

Color information

#B0A091 (or 0xB0A091) is unknown color: approx Cloudy. HEX triplet: B0, A0 and 91. RGB value is (176,160,145). Sum of RGB (Red+Green+Blue) = 176+160+145=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A091 is #4F5F6E. Grayscale: #A3A3A3. Windows color (decimal): -5201775 or 9543856. OLE color: 9543856.

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

Color convert

RGB176160145-
CMYK00.090.180.31
HSL29.03º16.4%62.94%-
HSV(B)29.03º17.61%69.02%-
XYZ35.5936.4231.94-
YUV163.07117.8137.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=36.59%
G=33.26%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616014500.090.180.3129.0316.462.94
HexB0A09109121F1d103f
Octal2602402210112237352077
Binary1011000010100000100100010100110010111111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A091; }

 p { color: rgb(176,160,145); }

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

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

 a { background-color: rgb(176,160,145); }

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

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

 span { border-color: rgb(176,160,145); }

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