#B07483

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

Shades of Tapestry #B07483

Tints of Tapestry #B07483

Color information

#B07483 (or 0xB07483) is unknown color: approx Tapestry. HEX triplet: B0, 74 and 83. RGB value is (176,116,131). Sum of RGB (Red+Green+Blue) = 176+116+131=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07483 is #4F8B7C. Grayscale: #878787. Windows color (decimal): -5213053 or 8615088. OLE color: 8615088.

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

Color convert

RGB176116131-
CMYK00.340.260.31
HSL345º27.52%57.25%-
HSV(B)345º34.09%69.02%-
XYZ28.2523.3624.49-
YUV135.65125.38156.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=41.61%
G=27.42%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611613100.340.260.3134527.5257.25
HexB074830221A1F1591c39
Octal26016420304232375313471
Binary101100001110100100000110100010110101111110101100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07483; }

 p { color: rgb(176,116,131); }

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

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

 a { background-color: rgb(176,116,131); }

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

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

 span { border-color: rgb(176,116,131); }

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