Html Css Color HEX #B7688C Tapestry

📋 copy color: '#B7688C'

red 183 ◦ green 104 ◦ blue 140

#B7688C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B7688C

Tints of Tapestry #B7688C

RGB

 RED value IS 183 (71.88% from 255) = 42.86%

 GREEN value IS 104 (41.02% from 255) = 24.36%

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 42.86%
G = 24.36%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7688C (or 0xB7688C) is known color: Tapestry. HEX triplet: B7, 68 and 8C. RGB value is (183,104,140). Sum of RGB (Red+Green+Blue) = 183+104+140=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7688C is #489773. Grayscale: #838383. Windows color (decimal): -4757364 or 9201847. OLE color: 9201847.

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

Color convert

RGB 183 104 140 -
CMYK 0 0.43 0.23 0.28
HSL 332.66º 0.35% 0.56% -
HSV(B) 332.66º 0.43% 0.72% -
XYZ 29.21 21.86 27.49 -
YUV 131.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 183 104 140 0 0.43 0.23 0.28 332.66 0.35 0.56
Hex B7 68 8C 0 2B 17 1C 14D 23 38
Octal 267 150 214 0 53 27 34 515 43 70
Binary 10110111 1101000 10001100 0 101011 10111 11100 101001101 100011 111000

Color Harmonies of #B7688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7688C

Black with #B7688C

Text Example


Text Example

White with #B7688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7688C; }

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

 H1.HeaderClassName
 {
   color: #B7688C;
 }
 .AnyTagClassName
 {
   color: #B7688C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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