#B0A495

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

Shades of Cloudy #B0A495

Tints of Cloudy #B0A495

Color information

#B0A495 (or 0xB0A495) is unknown color: approx Cloudy. HEX triplet: B0, A4 and 95. RGB value is (176,164,149). Sum of RGB (Red+Green+Blue) = 176+164+149=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A495 is #4F5B6A. Grayscale: #A5A5A5. Windows color (decimal): -5200747 or 9807024. OLE color: 9807024.

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

Color convert

RGB176164149-
CMYK00.070.150.31
HSL33.33º14.59%63.73%-
HSV(B)33.33º15.34%69.02%-
XYZ36.637.9533.83-
YUV165.88118.48135.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=35.99%
G=33.54%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616414900.070.150.3133.3314.5963.73
HexB0A49507F1F21f40
Octal2602442250717374117100
Binary101100001010010010010101011111111111110000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A495; }

 p { color: rgb(176,164,149); }

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

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

 a { background-color: rgb(176,164,149); }

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

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

 span { border-color: rgb(176,164,149); }

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