#B7818A

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

Shades of Tapestry #B7818A

Tints of Tapestry #B7818A

Color information

#B7818A (or 0xB7818A) is unknown color: approx Tapestry. HEX triplet: B7, 81 and 8A. RGB value is (183,129,138). Sum of RGB (Red+Green+Blue) = 183+129+138=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7818A is #487E75. Grayscale: #929292. Windows color (decimal): -4750966 or 9077175. OLE color: 9077175.

HSL color Cylindrical-coordinate representation of color #B7818A: hue angle of 350º degrees, saturation: 0.27, 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 #B7818A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183129138-
CMYK00.300.250.28
HSL350º27.27%61.18%-
HSV(B)350º29.51%71.76%-
XYZ31.9727.627.69-
YUV146.17123.39154.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=40.67%
G=28.67%
B=30.67%

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
Decimal18312913800.300.250.2835027.2761.18
HexB7818A01E191C15e1b3d
Octal26720121203631345363375
Binary101101111000000110001010011110110011110010101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7818A; }

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

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

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

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

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

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

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

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