#B7688B

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

Shades of Tapestry #B7688B

Tints of Tapestry #B7688B

Color information

#B7688B (or 0xB7688B) is unknown color: approx Tapestry. HEX triplet: B7, 68 and 8B. RGB value is (183,104,139). Sum of RGB (Red+Green+Blue) = 183+104+139=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7688B is #489774. Grayscale: #838383. Windows color (decimal): -4757365 or 9136311. OLE color: 9136311.

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

Color convert

RGB183104139-
CMYK00.430.240.28
HSL333.42º35.43%56.27%-
HSV(B)333.42º43.17%71.76%-
XYZ29.1421.8327.1-
YUV131.61132.17164.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=42.96%
G=24.41%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310413900.430.240.28333.4235.4356.27
HexB7688B02B181C14d2338
Octal26715021305330345154370
Binary1011011111010001000101101010111100011100101001101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7688B; }

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

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

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

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

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

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

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

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