#B8607B

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

Shades of Tapestry #B8607B

Tints of Tapestry #B8607B

Color information

#B8607B (or 0xB8607B) is unknown color: approx Tapestry. HEX triplet: B8, 60 and 7B. RGB value is (184,96,123). Sum of RGB (Red+Green+Blue) = 184+96+123=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8607B is #479F84. Grayscale: #7D7D7D. Windows color (decimal): -4693893 or 8085688. OLE color: 8085688.

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

Color convert

RGB18496123-
CMYK00.480.330.28
HSL341.59º38.26%54.9%-
HSV(B)341.59º47.83%72.16%-
XYZ27.5319.9921.15-
YUV125.39126.65169.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=45.66%
G=23.82%
B=30.52%

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
Decimal1849612300.480.330.28341.5938.2654.9
HexB8607B030211C1562637
Octal27014017306041345264667
Binary1011100011000001111011011000010000111100101010110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8607B; }

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

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

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

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

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

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

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

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