#B7688F

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

Shades of Tapestry #B7688F

Tints of Tapestry #B7688F

Color information

#B7688F (or 0xB7688F) is unknown color: approx Tapestry. HEX triplet: B7, 68 and 8F. RGB value is (183,104,143). Sum of RGB (Red+Green+Blue) = 183+104+143=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7688F is #489770. Grayscale: #838383. Windows color (decimal): -4757361 or 9398455. OLE color: 9398455.

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

Color convert

RGB183104143-
CMYK00.430.220.28
HSL330.38º35.43%56.27%-
HSV(B)330.38º43.17%71.76%-
XYZ29.4421.9528.67-
YUV132.07134.17164.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=42.56%
G=24.19%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310414300.430.220.28330.3835.4356.27
HexB7688F02B161C14a2338
Octal26715021705326345124370
Binary1011011111010001000111101010111011011100101001010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7688F; }

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

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

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

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

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

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

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

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