#B4ABA0

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

Shades of Cloudy #B4ABA0

Tints of Cloudy #B4ABA0

Color information

#B4ABA0 (or 0xB4ABA0) is unknown color: approx Cloudy. HEX triplet: B4, AB and A0. RGB value is (180,171,160). Sum of RGB (Red+Green+Blue) = 180+171+160=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABA0 is #4B545F. Grayscale: #ACACAC. Windows color (decimal): -4936800 or 10529716. OLE color: 10529716.

HSL color Cylindrical-coordinate representation of color #B4ABA0: hue angle of 33º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4ABA0 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180171160-
CMYK00.050.110.29
HSL33º11.76%66.67%-
HSV(B)33º11.11%70.59%-
XYZ39.7341.3739.15-
YUV172.44120.98133.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=35.23%
G=33.46%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017116000.050.110.293311.7666.67
HexB4ABA005B1D21c43
Octal2642532400513354114103
Binary101101001010101110100000010110111110110000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABA0; }

 p { color: rgb(180,171,160); }

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

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

 a { background-color: rgb(180,171,160); }

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

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

 span { border-color: rgb(180,171,160); }

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