#B3ACA0

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

Shades of Cloudy #B3ACA0

Tints of Cloudy #B3ACA0

Color information

#B3ACA0 (or 0xB3ACA0) is unknown color: approx Cloudy. HEX triplet: B3, AC and A0. RGB value is (179,172,160). Sum of RGB (Red+Green+Blue) = 179+172+160=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACA0 is #4C535F. Grayscale: #ACACAC. Windows color (decimal): -5002080 or 10529971. OLE color: 10529971.

HSL color Cylindrical-coordinate representation of color #B3ACA0: hue angle of 37.89º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3ACA0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB179172160-
CMYK00.040.110.30
HSL37.89º11.11%66.47%-
HSV(B)37.89º10.61%70.2%-
XYZ39.6941.6339.2-
YUV172.73120.82132.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=35.03%
G=33.66%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917216000.040.110.3037.8911.1166.47
HexB3ACA004B1E26b42
Octal2632542400413364613102
Binary101100111010110010100000010010111111010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACA0; }

 p { color: rgb(179,172,160); }

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

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

 a { background-color: rgb(179,172,160); }

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

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

 span { border-color: rgb(179,172,160); }

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