#B3AA9A

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

Shades of Cloudy #B3AA9A

Tints of Cloudy #B3AA9A

Color information

#B3AA9A (or 0xB3AA9A) is unknown color: approx Cloudy. HEX triplet: B3, AA and 9A. RGB value is (179,170,154). Sum of RGB (Red+Green+Blue) = 179+170+154=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA9A is #4C5565. Grayscale: #AAAAAA. Windows color (decimal): -5002598 or 10136243. OLE color: 10136243.

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

Color convert

RGB179170154-
CMYK00.050.140.30
HSL38.4º14.12%65.29%-
HSV(B)38.4º13.97%70.2%-
XYZ38.840.6736.38-
YUV170.87118.48133.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=35.59%
G=33.80%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917015400.050.140.3038.414.1265.29
HexB3AA9A05E1E26e41
Octal2632522320516364616101
Binary101100111010101010011010010111101111010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA9A; }

 p { color: rgb(179,170,154); }

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

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

 a { background-color: rgb(179,170,154); }

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

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

 span { border-color: rgb(179,170,154); }

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