#B7AA9B

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

Shades of Cloudy #B7AA9B

Tints of Cloudy #B7AA9B

Color information

#B7AA9B (or 0xB7AA9B) is unknown color: approx Cloudy. HEX triplet: B7, AA and 9B. RGB value is (183,170,155). Sum of RGB (Red+Green+Blue) = 183+170+155=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AA9B is #485564. Grayscale: #ACACAC. Windows color (decimal): -4740453 or 10201783. OLE color: 10201783.

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

Color convert

RGB183170155-
CMYK00.070.150.28
HSL32.14º16.28%66.27%-
HSV(B)32.14º15.3%71.76%-
XYZ39.8241.1836.86-
YUV172.18118.31135.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.02%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=36.02%
G=33.46%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317015500.070.150.2832.1416.2866.27
HexB7AA9B07F1C201042
Octal2672522330717344020102
Binary1011011110101010100110110111111111100100000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AA9B; }

 p { color: rgb(183,170,155); }

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

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

 a { background-color: rgb(183,170,155); }

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

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

 span { border-color: rgb(183,170,155); }

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