#B7AC9A

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

Shades of Cloudy #B7AC9A

Tints of Cloudy #B7AC9A

Color information

#B7AC9A (or 0xB7AC9A) is unknown color: approx Cloudy. HEX triplet: B7, AC and 9A. RGB value is (183,172,154). Sum of RGB (Red+Green+Blue) = 183+172+154=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC9A is #485365. Grayscale: #ADADAD. Windows color (decimal): -4739942 or 10136759. OLE color: 10136759.

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

Color convert

RGB183172154-
CMYK00.060.160.28
HSL37.24º16.76%66.08%-
HSV(B)37.24º15.85%71.76%-
XYZ40.1141.9136.55-
YUV173.24117.14134.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=35.95%
G=33.79%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317215400.060.160.2837.2416.7666.08
HexB7AC9A06101C251142
Octal2672542320620344521102
Binary10110111101011001001101001101000011100100101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AC9A; }

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

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

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

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

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

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

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

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