#B7607F

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

Shades of Tapestry #B7607F

Tints of Tapestry #B7607F

Color information

#B7607F (or 0xB7607F) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 7F. RGB value is (183,96,127). Sum of RGB (Red+Green+Blue) = 183+96+127=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7607F is #489F80. Grayscale: #7D7D7D. Windows color (decimal): -4759425 or 8347831. OLE color: 8347831.

HSL color Cylindrical-coordinate representation of color #B7607F: hue angle of 338.62º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7607F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18396127-
CMYK00.480.310.28
HSL338.62º37.66%54.71%-
HSV(B)338.62º47.54%71.76%-
XYZ27.5419.9722.48-
YUV125.55128.82168.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 127 (50% from 255) = 31.28%
R=45.07%
G=23.65%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839612700.480.310.28338.6237.6654.71
HexB7607F0301F1C1532637
Octal26714017706037345234667
Binary101101111100000111111101100001111111100101010011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7607F; }

 p { color: rgb(183,96,127); }

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

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

 a { background-color: rgb(183,96,127); }

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

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

 span { border-color: rgb(183,96,127); }

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