#B4A997

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

Shades of Cloudy #B4A997

Tints of Cloudy #B4A997

Color information

#B4A997 (or 0xB4A997) is unknown color: approx Cloudy. HEX triplet: B4, A9 and 97. RGB value is (180,169,151). Sum of RGB (Red+Green+Blue) = 180+169+151=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A997 is #4B5668. Grayscale: #AAAAAA. Windows color (decimal): -4937321 or 9939380. OLE color: 9939380.

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

Color convert

RGB180169151-
CMYK00.060.160.29
HSL37.24º16.2%64.9%-
HSV(B)37.24º16.11%70.59%-
XYZ38.640.3135.03-
YUV170.24117.14134.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=36%
G=33.8%
B=30.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016915100.060.160.2937.2416.264.9
HexB4A99706101D251041
Octal2642512270620354520101
Binary10110100101010011001011101101000011101100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A997; }

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

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

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

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

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

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

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

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