#B3AA9B

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

Shades of Cloudy #B3AA9B

Tints of Cloudy #B3AA9B

Color information

#B3AA9B (or 0xB3AA9B) is unknown color: approx Cloudy. HEX triplet: B3, AA and 9B. RGB value is (179,170,155). Sum of RGB (Red+Green+Blue) = 179+170+155=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA9B is #4C5564. Grayscale: #ABABAB. Windows color (decimal): -5002597 or 10201779. OLE color: 10201779.

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

Color convert

RGB179170155-
CMYK00.050.130.30
HSL37.5º13.64%65.49%-
HSV(B)37.5º13.41%70.2%-
XYZ38.8840.736.82-
YUV170.98118.98133.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=35.52%
G=33.73%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917015500.050.130.3037.513.6465.49
HexB3AA9B05D1E26e41
Octal2632522330515364616101
Binary101100111010101010011011010111011111010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA9B; }

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

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

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

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

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

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

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

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