#B7607B

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

Shades of Tapestry #B7607B

Tints of Tapestry #B7607B

Color information

#B7607B (or 0xB7607B) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 7B. RGB value is (183,96,123). Sum of RGB (Red+Green+Blue) = 183+96+123=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7607B is #489F84. Grayscale: #7D7D7D. Windows color (decimal): -4759429 or 8085687. OLE color: 8085687.

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

Color convert

RGB18396123-
CMYK00.480.330.28
HSL341.38º37.66%54.71%-
HSV(B)341.38º47.54%71.76%-
XYZ27.2919.8621.13-
YUV125.09126.82169.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=45.52%
G=23.88%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839612300.480.330.28341.3837.6654.71
HexB7607B030211C1552637
Octal26714017306041345254667
Binary1011011111000001111011011000010000111100101010101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7607B; }

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

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

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

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

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

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

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

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