#B3A897

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

Shades of Cloudy #B3A897

Tints of Cloudy #B3A897

Color information

#B3A897 (or 0xB3A897) is unknown color: approx Cloudy. HEX triplet: B3, A8 and 97. RGB value is (179,168,151). Sum of RGB (Red+Green+Blue) = 179+168+151=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A897 is #4C5768. Grayscale: #A9A9A9. Windows color (decimal): -5003113 or 9939123. OLE color: 9939123.

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

Color convert

RGB179168151-
CMYK00.060.160.30
HSL36.43º15.56%64.71%-
HSV(B)36.43º15.64%70.2%-
XYZ38.1839.8234.95-
YUV169.35117.64134.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.94%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=35.94%
G=33.73%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916815100.060.160.3036.4315.5664.71
HexB3A89706101E241041
Octal2632502270620364420101
Binary10110011101010001001011101101000011110100100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A897; }

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

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

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

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

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

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

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

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