Html Css Color HEX #B76E8C Tapestry

📋 copy color: '#B76E8C'

red 183 ◦ green 110 ◦ blue 140

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

Shades of Tapestry #B76E8C

Tints of Tapestry #B76E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

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

R = 42.26%
G = 25.4%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B76E8C (or 0xB76E8C) is known color: Tapestry. HEX triplet: B7, 6E and 8C. RGB value is (183,110,140). Sum of RGB (Red+Green+Blue) = 183+110+140=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E8C is #489173. Grayscale: #878787. Windows color (decimal): -4755828 or 9203383. OLE color: 9203383.

HSL color Cylindrical-coordinate representation of color #B76E8C: hue angle of 335.34º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76E8C is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 110 140 -
CMYK 0 0.40 0.23 0.28
HSL 335.34º 0.34% 0.57% -
HSV(B) 335.34º 0.4% 0.72% -
XYZ 29.84 23.11 27.7 -
YUV 135.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 183 110 140 0 0.40 0.23 0.28 335.34 0.34 0.57
Hex B7 6E 8C 0 28 17 1C 14F 22 39
Octal 267 156 214 0 50 27 34 517 42 71
Binary 10110111 1101110 10001100 0 101000 10111 11100 101001111 100010 111001

Color Harmonies of #B76E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E8C

Black with #B76E8C

Text Example


Text Example

White with #B76E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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