#B8AA97

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

Shades of Cloudy #B8AA97

Tints of Cloudy #B8AA97

Color information

#B8AA97 (or 0xB8AA97) is unknown color: approx Cloudy. HEX triplet: B8, AA and 97. RGB value is (184,170,151). Sum of RGB (Red+Green+Blue) = 184+170+151=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA97 is #475568. Grayscale: #ACACAC. Windows color (decimal): -4674921 or 9939640. OLE color: 9939640.

HSL color Cylindrical-coordinate representation of color #B8AA97: hue angle of 34.55º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8AA97 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB184170151-
CMYK00.080.180.28
HSL34.55º18.86%65.69%-
HSV(B)34.55º17.93%72.16%-
XYZ39.7341.1735.13-
YUV172.02116.14136.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=36.44%
G=33.66%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417015100.080.180.2834.5518.8665.69
HexB8AA9708121C231342
Octal27025222701022344323102
Binary101110001010101010010111010001001011100100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AA97; }

 p { color: rgb(184,170,151); }

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

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

 a { background-color: rgb(184,170,151); }

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

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

 span { border-color: rgb(184,170,151); }

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