#B5A898

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

Shades of Cloudy #B5A898

Tints of Cloudy #B5A898

Color information

#B5A898 (or 0xB5A898) is unknown color: approx Cloudy. HEX triplet: B5, A8 and 98. RGB value is (181,168,152). Sum of RGB (Red+Green+Blue) = 181+168+152=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A898 is #4A5767. Grayscale: #AAAAAA. Windows color (decimal): -4872040 or 10004661. OLE color: 10004661.

HSL color Cylindrical-coordinate representation of color #B5A898: hue angle of 33.1º 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 #B5A898 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB181168152-
CMYK00.070.160.29
HSL33.1º16.38%65.29%-
HSV(B)33.1º16.02%70.98%-
XYZ38.7340.135.4-
YUV170.06117.81135.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=36.13%
G=33.53%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116815200.070.160.2933.116.3865.29
HexB5A89807101D211041
Octal2652502300720354120101
Binary10110101101010001001100001111000011101100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A898; }

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

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

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

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

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

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

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

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