#B5AC9F

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

Shades of Cloudy #B5AC9F

Tints of Cloudy #B5AC9F

Color information

#B5AC9F (or 0xB5AC9F) is unknown color: approx Cloudy. HEX triplet: B5, AC and 9F. RGB value is (181,172,159). Sum of RGB (Red+Green+Blue) = 181+172+159=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AC9F is #4A5360. Grayscale: #ADADAD. Windows color (decimal): -4871009 or 10464437. OLE color: 10464437.

HSL color Cylindrical-coordinate representation of color #B5AC9F: hue angle of 35.45º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5AC9F is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181172159-
CMYK00.050.120.29
HSL35.45º12.94%66.67%-
HSV(B)35.45º12.15%70.98%-
XYZ40.0741.8338.76-
YUV173.21119.98133.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=35.35%
G=33.59%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117215900.050.120.2935.4512.9466.67
HexB5AC9F05C1D23d43
Octal2652542370514354315103
Binary101101011010110010011111010111001110110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AC9F; }

 p { color: rgb(181,172,159); }

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

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

 a { background-color: rgb(181,172,159); }

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

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

 span { border-color: rgb(181,172,159); }

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