#B9AC9B

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

Shades of Cloudy #B9AC9B

Tints of Cloudy #B9AC9B

Color information

#B9AC9B (or 0xB9AC9B) is unknown color: approx Cloudy. HEX triplet: B9, AC and 9B. RGB value is (185,172,155). Sum of RGB (Red+Green+Blue) = 185+172+155=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC9B is #465364. Grayscale: #AEAEAE. Windows color (decimal): -4608869 or 10202297. OLE color: 10202297.

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

Color convert

RGB185172155-
CMYK00.070.160.27
HSL34º17.65%66.67%-
HSV(B)34º16.22%72.55%-
XYZ40.6842.1937.01-
YUV173.95117.31135.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=36.13%
G=33.59%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517215500.070.160.273417.6566.67
HexB9AC9B07101B221243
Octal2712542330720334222103
Binary10111001101011001001101101111000011011100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC9B; }

 p { color: rgb(185,172,155); }

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

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

 a { background-color: rgb(185,172,155); }

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

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

 span { border-color: rgb(185,172,155); }

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