#B3A99C

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

Shades of Cloudy #B3A99C

Tints of Cloudy #B3A99C

Color information

#B3A99C (or 0xB3A99C) is unknown color: approx Cloudy. HEX triplet: B3, A9 and 9C. RGB value is (179,169,156). Sum of RGB (Red+Green+Blue) = 179+169+156=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A99C is #4C5663. Grayscale: #AAAAAA. Windows color (decimal): -5002852 or 10267059. OLE color: 10267059.

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

Color convert

RGB179169156-
CMYK00.060.130.30
HSL33.91º13.14%65.69%-
HSV(B)33.91º12.85%70.2%-
XYZ38.7840.3637.2-
YUV170.51119.81134.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=35.52%
G=33.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916915600.060.130.3033.9113.1465.69
HexB3A99C06D1E22d42
Octal2632512340615364215102
Binary101100111010100110011100011011011111010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A99C; }

 p { color: rgb(179,169,156); }

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

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

 a { background-color: rgb(179,169,156); }

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

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

 span { border-color: rgb(179,169,156); }

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