#B3A99E

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

Shades of Cloudy #B3A99E

Tints of Cloudy #B3A99E

Color information

#B3A99E (or 0xB3A99E) is unknown color: approx Cloudy. HEX triplet: B3, A9 and 9E. RGB value is (179,169,158). Sum of RGB (Red+Green+Blue) = 179+169+158=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A99E is #4C5661. Grayscale: #AAAAAA. Windows color (decimal): -5002850 or 10398131. OLE color: 10398131.

HSL color Cylindrical-coordinate representation of color #B3A99E: hue angle of 31.43º degrees, saturation: 0.12, 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 #B3A99E is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179169158-
CMYK00.060.120.30
HSL31.43º12.14%66.08%-
HSV(B)31.43º11.73%70.2%-
XYZ38.9540.4338.1-
YUV170.74120.81133.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=35.38%
G=33.40%
B=31.23%

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
Decimal17916915800.060.120.3031.4312.1466.08
HexB3A99E06C1E1fc42
Octal2632512360614363714102
Binary10110011101010011001111001101100111101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A99E; }

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

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

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

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

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

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

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

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