#B4A99A

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

Shades of Cloudy #B4A99A

Tints of Cloudy #B4A99A

Color information

#B4A99A (or 0xB4A99A) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 9A. RGB value is (180,169,154). Sum of RGB (Red+Green+Blue) = 180+169+154=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A99A is #4B5665. Grayscale: #AAAAAA. Windows color (decimal): -4937318 or 10135988. OLE color: 10135988.

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

Color convert

RGB180169154-
CMYK00.060.140.29
HSL34.62º14.77%65.49%-
HSV(B)34.62º14.44%70.59%-
XYZ38.8440.4136.32-
YUV170.58118.64134.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=35.79%
G=33.60%
B=30.62%

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
Decimal18016915400.060.140.2934.6214.7765.49
HexB4A99A06E1D23f41
Octal2642512320616354317101
Binary101101001010100110011010011011101110110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A99A; }

 p { color: rgb(180,169,154); }

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

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

 a { background-color: rgb(180,169,154); }

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

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

 span { border-color: rgb(180,169,154); }

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