#B7828A

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

Shades of Tapestry #B7828A

Tints of Tapestry #B7828A

Color information

#B7828A (or 0xB7828A) is unknown color: approx Tapestry. HEX triplet: B7, 82 and 8A. RGB value is (183,130,138). Sum of RGB (Red+Green+Blue) = 183+130+138=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828A is #487D75. Grayscale: #929292. Windows color (decimal): -4750710 or 9077431. OLE color: 9077431.

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

Color convert

RGB183130138-
CMYK00.290.250.28
HSL350.94º26.9%61.37%-
HSV(B)350.94º28.96%71.76%-
XYZ32.127.8727.73-
YUV146.76123.06153.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=40.58%
G=28.82%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313013800.290.250.28350.9426.961.37
HexB7828A01D191C15f1b3d
Octal26720221203531345373375
Binary101101111000001010001010011101110011110010101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7828A; }

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

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

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

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

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

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

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

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