#B9AD9D

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

Shades of Cloudy #B9AD9D

Tints of Cloudy #B9AD9D

Color information

#B9AD9D (or 0xB9AD9D) is unknown color: approx Cloudy. HEX triplet: B9, AD and 9D. RGB value is (185,173,157). Sum of RGB (Red+Green+Blue) = 185+173+157=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD9D is #465262. Grayscale: #AEAEAE. Windows color (decimal): -4608611 or 10333625. OLE color: 10333625.

HSL color Cylindrical-coordinate representation of color #B9AD9D: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AD9D is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185173157-
CMYK00.060.150.27
HSL34.29º16.67%67.06%-
HSV(B)34.29º15.14%72.55%-
XYZ41.0442.6437.96-
YUV174.76117.98135.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=35.92%
G=33.59%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517315700.060.150.2734.2916.6767.06
HexB9AD9D06F1B221143
Octal2712552350617334221103
Binary1011100110101101100111010110111111011100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD9D; }

 p { color: rgb(185,173,157); }

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

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

 a { background-color: rgb(185,173,157); }

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

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

 span { border-color: rgb(185,173,157); }

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