#B5AA9A

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

Shades of Cloudy #B5AA9A

Tints of Cloudy #B5AA9A

Color information

#B5AA9A (or 0xB5AA9A) is unknown color: approx Cloudy. HEX triplet: B5, AA and 9A. RGB value is (181,170,154). Sum of RGB (Red+Green+Blue) = 181+170+154=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AA9A is #4A5565. Grayscale: #ABABAB. Windows color (decimal): -4871526 or 10136245. OLE color: 10136245.

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

Color convert

RGB181170154-
CMYK00.060.150.29
HSL35.56º15.43%65.69%-
HSV(B)35.56º14.92%70.98%-
XYZ39.2640.9136.4-
YUV171.46118.14134.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=35.84%
G=33.66%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117015400.060.150.2935.5615.4365.69
HexB5AA9A06F1D24f42
Octal2652522320617354417102
Binary101101011010101010011010011011111110110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AA9A; }

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

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

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

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

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

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

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

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