#B7688D

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

Shades of Tapestry #B7688D

Tints of Tapestry #B7688D

Color information

#B7688D (or 0xB7688D) is unknown color: approx Tapestry. HEX triplet: B7, 68 and 8D. RGB value is (183,104,141). Sum of RGB (Red+Green+Blue) = 183+104+141=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7688D is #489772. Grayscale: #838383. Windows color (decimal): -4757363 or 9267383. OLE color: 9267383.

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

Color convert

RGB183104141-
CMYK00.430.230.28
HSL331.9º35.43%56.27%-
HSV(B)331.9º43.17%71.76%-
XYZ29.2921.8927.88-
YUV131.84133.17164.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=42.76%
G=24.30%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310414100.430.230.28331.935.4356.27
HexB7688D02B171C14c2338
Octal26715021505327345144370
Binary1011011111010001000110101010111011111100101001100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7688D; }

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

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

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

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

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

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

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

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