#B0A599

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

Shades of Cloudy #B0A599

Tints of Cloudy #B0A599

Color information

#B0A599 (or 0xB0A599) is unknown color: approx Cloudy. HEX triplet: B0, A5 and 99. RGB value is (176,165,153). Sum of RGB (Red+Green+Blue) = 176+165+153=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A599 is #4F5A66. Grayscale: #A6A6A6. Windows color (decimal): -5200487 or 10069424. OLE color: 10069424.

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

Color convert

RGB176165153-
CMYK00.060.130.31
HSL31.3º12.71%64.51%-
HSV(B)31.3º13.07%69.02%-
XYZ37.1138.4435.6-
YUV166.92120.14134.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=35.63%
G=33.40%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616515300.060.130.3131.312.7164.51
HexB0A59906D1F1fd41
Octal2602452310615373715101
Binary10110000101001011001100101101101111111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A599; }

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

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

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

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

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

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

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

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