#B0A293

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

Shades of Cloudy #B0A293

Tints of Cloudy #B0A293

Color information

#B0A293 (or 0xB0A293) is unknown color: approx Cloudy. HEX triplet: B0, A2 and 93. RGB value is (176,162,147). Sum of RGB (Red+Green+Blue) = 176+162+147=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A293 is #4F5D6C. Grayscale: #A4A4A4. Windows color (decimal): -5201261 or 9675440. OLE color: 9675440.

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

Color convert

RGB176162147-
CMYK00.080.160.31
HSL31.03º15.51%63.33%-
HSV(B)31.03º16.48%69.02%-
XYZ36.0937.1832.88-
YUV164.48118.14136.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=36.29%
G=33.40%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616214700.080.160.3131.0315.5163.33
HexB0A29308101F1f103f
Octal2602422230102037372077
Binary1011000010100010100100110100010000111111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A293; }

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

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

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

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

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

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

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

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