#B7607D

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

Shades of Tapestry #B7607D

Tints of Tapestry #B7607D

Color information

#B7607D (or 0xB7607D) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 7D. RGB value is (183,96,125). Sum of RGB (Red+Green+Blue) = 183+96+125=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7607D is #489F82. Grayscale: #7D7D7D. Windows color (decimal): -4759427 or 8216759. OLE color: 8216759.

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

Color convert

RGB18396125-
CMYK00.480.320.28
HSL340º37.66%54.71%-
HSV(B)340º47.54%71.76%-
XYZ27.4119.9121.8-
YUV125.32127.82169.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=45.30%
G=23.76%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839612500.480.320.2834037.6654.71
HexB7607D030201C1542637
Octal26714017506040345244667
Binary1011011111000001111101011000010000011100101010100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7607D; }

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

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

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

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

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

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

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

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