#B7A895

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

Shades of Cloudy #B7A895

Tints of Cloudy #B7A895

Color information

#B7A895 (or 0xB7A895) is unknown color: approx Cloudy. HEX triplet: B7, A8 and 95. RGB value is (183,168,149). Sum of RGB (Red+Green+Blue) = 183+168+149=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A895 is #48576A. Grayscale: #AAAAAA. Windows color (decimal): -4740971 or 9808055. OLE color: 9808055.

HSL color Cylindrical-coordinate representation of color #B7A895: hue angle of 33.53º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7A895 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB183168149-
CMYK00.080.190.28
HSL33.53º19.1%65.1%-
HSV(B)33.53º18.58%71.76%-
XYZ38.9640.2434.15-
YUV170.32115.97137.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=36.6%
G=33.6%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316814900.080.190.2833.5319.165.1
HexB7A89508131C221341
Octal26725022501023344223101
Binary101101111010100010010101010001001111100100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A895; }

 p { color: rgb(183,168,149); }

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

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

 a { background-color: rgb(183,168,149); }

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

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

 span { border-color: rgb(183,168,149); }

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