#B3A89D

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

Shades of Cloudy #B3A89D

Tints of Cloudy #B3A89D

Color information

#B3A89D (or 0xB3A89D) is unknown color: approx Cloudy. HEX triplet: B3, A8 and 9D. RGB value is (179,168,157). Sum of RGB (Red+Green+Blue) = 179+168+157=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A89D is #4C5762. Grayscale: #AAAAAA. Windows color (decimal): -5003107 or 10332339. OLE color: 10332339.

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

Color convert

RGB179168157-
CMYK00.060.120.30
HSL30º12.64%65.88%-
HSV(B)30º12.29%70.2%-
XYZ38.6840.0237.58-
YUV170.04120.64134.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=35.52%
G=33.33%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916815700.060.120.303012.6465.88
HexB3A89D06C1E1ed42
Octal2632502350614363615102
Binary10110011101010001001110101101100111101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A89D; }

 p { color: rgb(179,168,157); }

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

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

 a { background-color: rgb(179,168,157); }

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

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

 span { border-color: rgb(179,168,157); }

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