#B8818A

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

Shades of Tapestry #B8818A

Tints of Tapestry #B8818A

Color information

#B8818A (or 0xB8818A) is unknown color: approx Tapestry. HEX triplet: B8, 81 and 8A. RGB value is (184,129,138). Sum of RGB (Red+Green+Blue) = 184+129+138=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B8818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8818A is #477E75. Grayscale: #929292. Windows color (decimal): -4685430 or 9077176. OLE color: 9077176.

HSL color Cylindrical-coordinate representation of color #B8818A: hue angle of 350.18º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8818A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB184129138-
CMYK00.300.250.28
HSL350.18º27.92%61.37%-
HSV(B)350.18º29.89%72.16%-
XYZ32.227.7327.7-
YUV146.47123.22154.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=40.80%
G=28.60%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412913800.300.250.28350.1827.9261.37
HexB8818A01E191C15e1c3d
Octal27020121203631345363475
Binary101110001000000110001010011110110011110010101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8818A; }

 p { color: rgb(184,129,138); }

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

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

 a { background-color: rgb(184,129,138); }

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

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

 span { border-color: rgb(184,129,138); }

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