#B7607A

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

Shades of Tapestry #B7607A

Tints of Tapestry #B7607A

Color information

#B7607A (or 0xB7607A) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 7A. RGB value is (183,96,122). Sum of RGB (Red+Green+Blue) = 183+96+122=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7607A is #489F85. Grayscale: #7C7C7C. Windows color (decimal): -4759430 or 8020151. OLE color: 8020151.

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

Color convert

RGB18396122-
CMYK00.480.330.28
HSL342.07º37.66%54.71%-
HSV(B)342.07º47.54%71.76%-
XYZ27.2219.8420.81-
YUV124.98126.32169.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=45.64%
G=23.94%
B=30.42%

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
Decimal1839612200.480.330.28342.0737.6654.71
HexB7607A030211C1562637
Octal26714017206041345264667
Binary1011011111000001111010011000010000111100101010110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7607A; }

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

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

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

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

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

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

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

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