#B5A89A

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

Shades of Cloudy #B5A89A

Tints of Cloudy #B5A89A

Color information

#B5A89A (or 0xB5A89A) is unknown color: approx Cloudy. HEX triplet: B5, A8 and 9A. RGB value is (181,168,154). Sum of RGB (Red+Green+Blue) = 181+168+154=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A89A is #4A5765. Grayscale: #AAAAAA. Windows color (decimal): -4872038 or 10135733. OLE color: 10135733.

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

Color convert

RGB181168154-
CMYK00.070.150.29
HSL31.11º15.43%65.69%-
HSV(B)31.11º14.92%70.98%-
XYZ38.8940.1636.27-
YUV170.29118.81135.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=35.98%
G=33.40%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116815400.070.150.2931.1115.4365.69
HexB5A89A07F1D1ff42
Octal2652502320717353717102
Binary10110101101010001001101001111111111011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A89A; }

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

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

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

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

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

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

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

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