#B7808A

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

Shades of Tapestry #B7808A

Tints of Tapestry #B7808A

Color information

#B7808A (or 0xB7808A) is unknown color: approx Tapestry. HEX triplet: B7, 80 and 8A. RGB value is (183,128,138). Sum of RGB (Red+Green+Blue) = 183+128+138=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7808A is #487F75. Grayscale: #919191. Windows color (decimal): -4751222 or 9076919. OLE color: 9076919.

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

Color convert

RGB183128138-
CMYK00.300.250.28
HSL349.09º27.64%60.98%-
HSV(B)349.09º30.05%71.76%-
XYZ31.8427.3427.64-
YUV145.58123.72154.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=40.76%
G=28.51%
B=30.73%

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
Decimal18312813800.300.250.28349.0927.6460.98
HexB7808A01E191C15d1c3d
Octal26720021203631345353475
Binary101101111000000010001010011110110011110010101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7808A; }

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

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

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

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

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

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

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

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