#B7608A

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

Shades of Tapestry #B7608A

Tints of Tapestry #B7608A

Color information

#B7608A (or 0xB7608A) is unknown color: approx Tapestry. HEX triplet: B7, 60 and 8A. RGB value is (183,96,138). Sum of RGB (Red+Green+Blue) = 183+96+138=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7608A is #489F75. Grayscale: #7E7E7E. Windows color (decimal): -4759414 or 9068727. OLE color: 9068727.

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

Color convert

RGB18396138-
CMYK00.480.250.28
HSL331.03º37.66%54.71%-
HSV(B)331.03º47.54%71.76%-
XYZ28.320.2726.47-
YUV126.8134.32168.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.88%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=43.88%
G=23.02%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839613800.480.250.28331.0337.6654.71
HexB7608A030191C14b2637
Octal26714021206031345134667
Binary1011011111000001000101001100001100111100101001011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7608A; }

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

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

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

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

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

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

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

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