#B0A399

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

Shades of Cloudy #B0A399

Tints of Cloudy #B0A399

Color information

#B0A399 (or 0xB0A399) is unknown color: approx Cloudy. HEX triplet: B0, A3 and 99. RGB value is (176,163,153). Sum of RGB (Red+Green+Blue) = 176+163+153=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A399 is #4F5C66. Grayscale: #A5A5A5. Windows color (decimal): -5200999 or 10068912. OLE color: 10068912.

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

Color convert

RGB176163153-
CMYK00.070.130.31
HSL26.09º12.71%64.51%-
HSV(B)26.09º13.07%69.02%-
XYZ36.7537.7235.48-
YUV165.75120.81135.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=35.77%
G=33.13%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616315300.070.130.3126.0912.7164.51
HexB0A39907D1F1ad41
Octal2602432310715373215101
Binary10110000101000111001100101111101111111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A399; }

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

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

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

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

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

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

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

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