#B4AA9B

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

Shades of Cloudy #B4AA9B

Tints of Cloudy #B4AA9B

Color information

#B4AA9B (or 0xB4AA9B) is unknown color: approx Cloudy. HEX triplet: B4, AA and 9B. RGB value is (180,170,155). Sum of RGB (Red+Green+Blue) = 180+170+155=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA9B is #4B5564. Grayscale: #ABABAB. Windows color (decimal): -4937061 or 10201780. OLE color: 10201780.

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

Color convert

RGB180170155-
CMYK00.060.140.29
HSL36º14.29%65.69%-
HSV(B)36º13.89%70.59%-
XYZ39.1140.8236.83-
YUV171.28118.81134.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=35.64%
G=33.66%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017015500.060.140.293614.2965.69
HexB4AA9B06E1D24e42
Octal2642522330616354416102
Binary101101001010101010011011011011101110110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA9B; }

 p { color: rgb(180,170,155); }

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

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

 a { background-color: rgb(180,170,155); }

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

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

 span { border-color: rgb(180,170,155); }

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