#B7828C

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

Shades of Tapestry #B7828C

Tints of Tapestry #B7828C

Color information

#B7828C (or 0xB7828C) is unknown color: approx Tapestry. HEX triplet: B7, 82 and 8C. RGB value is (183,130,140). Sum of RGB (Red+Green+Blue) = 183+130+140=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828C is #487D73. Grayscale: #939393. Windows color (decimal): -4750708 or 9208503. OLE color: 9208503.

HSL color Cylindrical-coordinate representation of color #B7828C: hue angle of 348.68º 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 #B7828C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183130140-
CMYK00.290.230.28
HSL348.68º26.9%61.37%-
HSV(B)348.68º28.96%71.76%-
XYZ32.2427.9328.5-
YUV146.99124.06153.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=40.40%
G=28.70%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313014000.290.230.28348.6826.961.37
HexB7828C01D171C15d1b3d
Octal26720221403527345353375
Binary101101111000001010001100011101101111110010101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7828C; }

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

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

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

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

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

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

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

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