#B5AA98

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

Shades of Cloudy #B5AA98

Tints of Cloudy #B5AA98

Color information

#B5AA98 (or 0xB5AA98) is unknown color: approx Cloudy. HEX triplet: B5, AA and 98. RGB value is (181,170,152). Sum of RGB (Red+Green+Blue) = 181+170+152=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA98 is #4A5567. Grayscale: #ABABAB. Windows color (decimal): -4871528 or 10005173. OLE color: 10005173.

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

Color convert

RGB181170152-
CMYK00.060.160.29
HSL37.24º16.38%65.29%-
HSV(B)37.24º16.02%70.98%-
XYZ39.140.8435.53-
YUV171.24117.14134.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=35.98%
G=33.80%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117015200.060.160.2937.2416.3865.29
HexB5AA9806101D251041
Octal2652522300620354520101
Binary10110101101010101001100001101000011101100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA98; }

 p { color: rgb(181,170,152); }

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

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

 a { background-color: rgb(181,170,152); }

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

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

 span { border-color: rgb(181,170,152); }

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