#B0A295

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

Shades of Cloudy #B0A295

Tints of Cloudy #B0A295

Color information

#B0A295 (or 0xB0A295) is unknown color: approx Cloudy. HEX triplet: B0, A2 and 95. RGB value is (176,162,149). Sum of RGB (Red+Green+Blue) = 176+162+149=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A295 is #4F5D6A. Grayscale: #A4A4A4. Windows color (decimal): -5201259 or 9806512. OLE color: 9806512.

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

Color convert

RGB176162149-
CMYK00.080.150.31
HSL28.89º14.59%63.73%-
HSV(B)28.89º15.34%69.02%-
XYZ36.2537.2433.71-
YUV164.7119.14136.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=36.14%
G=33.26%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616214900.080.150.3128.8914.5963.73
HexB0A29508F1F1df40
Octal26024222501017373517100
Binary101100001010001010010101010001111111111110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A295; }

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

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

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

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

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

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

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

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