#B0A899

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

Shades of Cloudy #B0A899

Tints of Cloudy #B0A899

Color information

#B0A899 (or 0xB0A899) is unknown color: approx Cloudy. HEX triplet: B0, A8 and 99. RGB value is (176,168,153). Sum of RGB (Red+Green+Blue) = 176+168+153=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A899 is #4F5766. Grayscale: #A8A8A8. Windows color (decimal): -5199719 or 10070192. OLE color: 10070192.

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

Color convert

RGB176168153-
CMYK00.050.130.31
HSL39.13º12.71%64.51%-
HSV(B)39.13º13.07%69.02%-
XYZ37.6639.5435.78-
YUV168.68119.15133.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=35.41%
G=33.80%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616815300.050.130.3139.1312.7164.51
HexB0A89905D1F27d41
Octal2602502310515374715101
Binary101100001010100010011001010111011111110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A899; }

 p { color: rgb(176,168,153); }

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

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

 a { background-color: rgb(176,168,153); }

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

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

 span { border-color: rgb(176,168,153); }

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