#B0A49A

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

Shades of Cloudy #B0A49A

Tints of Cloudy #B0A49A

Color information

#B0A49A (or 0xB0A49A) is unknown color: approx Cloudy. HEX triplet: B0, A4 and 9A. RGB value is (176,164,154). Sum of RGB (Red+Green+Blue) = 176+164+154=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A49A is #4F5B65. Grayscale: #A6A6A6. Windows color (decimal): -5200742 or 10134704. OLE color: 10134704.

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

Color convert

RGB176164154-
CMYK00.070.120.31
HSL27.27º12.22%64.71%-
HSV(B)27.27º12.5%69.02%-
XYZ37.0138.1135.98-
YUV166.45120.98134.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=35.63%
G=33.20%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616415400.070.120.3127.2712.2264.71
HexB0A49A07C1F1bc41
Octal2602442320714373314101
Binary10110000101001001001101001111100111111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A49A; }

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

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

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

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

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

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

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

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