#B4A99B

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

Shades of Cloudy #B4A99B

Tints of Cloudy #B4A99B

Color information

#B4A99B (or 0xB4A99B) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 9B. RGB value is (180,169,155). Sum of RGB (Red+Green+Blue) = 180+169+155=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A99B is #4B5664. Grayscale: #AAAAAA. Windows color (decimal): -4937317 or 10201524. OLE color: 10201524.

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

Color convert

RGB180169155-
CMYK00.060.140.29
HSL33.6º14.29%65.69%-
HSV(B)33.6º13.89%70.59%-
XYZ38.9340.4536.77-
YUV170.69119.14134.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=35.71%
G=33.53%
B=30.75%

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
Decimal18016915500.060.140.2933.614.2965.69
HexB4A99B06E1D22e42
Octal2642512330616354216102
Binary101101001010100110011011011011101110110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A99B; }

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

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

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

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

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

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

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

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