#B7AC9E

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

Shades of Cloudy #B7AC9E

Tints of Cloudy #B7AC9E

Color information

#B7AC9E (or 0xB7AC9E) is unknown color: approx Cloudy. HEX triplet: B7, AC and 9E. RGB value is (183,172,158). Sum of RGB (Red+Green+Blue) = 183+172+158=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC9E is #485361. Grayscale: #ADADAD. Windows color (decimal): -4739938 or 10398903. OLE color: 10398903.

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

Color convert

RGB183172158-
CMYK00.060.140.28
HSL33.6º14.79%66.86%-
HSV(B)33.6º13.66%71.76%-
XYZ40.4542.0438.33-
YUV173.69119.14134.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=35.67%
G=33.53%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317215800.060.140.2833.614.7966.86
HexB7AC9E06E1C22f43
Octal2672542360616344217103
Binary101101111010110010011110011011101110010001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC9E; }

 p { color: rgb(183,172,158); }

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

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

 a { background-color: rgb(183,172,158); }

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

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

 span { border-color: rgb(183,172,158); }

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