#B7667C

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

Shades of Tapestry #B7667C

Tints of Tapestry #B7667C

Color information

#B7667C (or 0xB7667C) is unknown color: approx Tapestry. HEX triplet: B7, 66 and 7C. RGB value is (183,102,124). Sum of RGB (Red+Green+Blue) = 183+102+124=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7667C is #489983. Grayscale: #808080. Windows color (decimal): -4757892 or 8152759. OLE color: 8152759.

HSL color Cylindrical-coordinate representation of color #B7667C: hue angle of 343.7º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7667C is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183102124-
CMYK00.440.320.28
HSL343.7º36%55.88%-
HSV(B)343.7º44.26%71.76%-
XYZ27.9221.0321.66-
YUV128.73125.34166.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=44.74%
G=24.94%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310212400.440.320.28343.73655.88
HexB7667C02C201C1582438
Octal26714617405440345304470
Binary1011011111001101111100010110010000011100101011000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7667C; }

 p { color: rgb(183,102,124); }

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

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

 a { background-color: rgb(183,102,124); }

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

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

 span { border-color: rgb(183,102,124); }

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