#B7668F

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

Shades of Tapestry #B7668F

Tints of Tapestry #B7668F

Color information

#B7668F (or 0xB7668F) is unknown color: approx Tapestry. HEX triplet: B7, 66 and 8F. RGB value is (183,102,143). Sum of RGB (Red+Green+Blue) = 183+102+143=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7668F is #489970. Grayscale: #828282. Windows color (decimal): -4757873 or 9397943. OLE color: 9397943.

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

Color convert

RGB183102143-
CMYK00.440.220.28
HSL329.63º36%55.88%-
HSV(B)329.63º44.26%71.76%-
XYZ29.2421.5528.61-
YUV130.89134.84165.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=42.76%
G=23.83%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310214300.440.220.28329.633655.88
HexB7668F02C161C14a2438
Octal26714621705426345124470
Binary1011011111001101000111101011001011011100101001010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7668F; }

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

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

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

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

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

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

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

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