#B0607B

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

Shades of Tapestry #B0607B

Tints of Tapestry #B0607B

Color information

#B0607B (or 0xB0607B) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 7B. RGB value is (176,96,123). Sum of RGB (Red+Green+Blue) = 176+96+123=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607B is #4F9F84. Grayscale: #7A7A7A. Windows color (decimal): -5218181 or 8085680. OLE color: 8085680.

HSL color Cylindrical-coordinate representation of color #B0607B: hue angle of 339.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0607B is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17696123-
CMYK00.450.300.31
HSL339.75º33.61%53.33%-
HSV(B)339.75º45.45%69.02%-
XYZ25.6619.0321.06-
YUV123128165.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=44.56%
G=24.30%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769612300.450.300.31339.7533.6153.33
HexB0607B02D1E1F1542235
Octal26014017305536375244265
Binary101100001100000111101101011011111011111101010100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0607B; }

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

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

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

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

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

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

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

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