#B7618A

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

Shades of Tapestry #B7618A

Tints of Tapestry #B7618A

Color information

#B7618A (or 0xB7618A) is unknown color: approx Tapestry. HEX triplet: B7, 61 and 8A. RGB value is (183,97,138). Sum of RGB (Red+Green+Blue) = 183+97+138=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7618A is #489E75. Grayscale: #7F7F7F. Windows color (decimal): -4759158 or 9068983. OLE color: 9068983.

HSL color Cylindrical-coordinate representation of color #B7618A: hue angle of 331.4º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7618A is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18397138-
CMYK00.470.250.28
HSL331.4º37.39%54.9%-
HSV(B)331.4º46.99%71.76%-
XYZ28.3920.4526.5-
YUV127.39133.99167.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=43.78%
G=23.21%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839713800.470.250.28331.437.3954.9
HexB7618A02F191C14b2537
Octal26714121205731345134567
Binary1011011111000011000101001011111100111100101001011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7618A; }

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

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

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

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

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

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

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

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