Html Css Color HEX #B76D8E Tapestry

📋 copy color: '#B76D8E'

red 183 ◦ green 109 ◦ blue 142

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

Shades of Tapestry #B76D8E

Tints of Tapestry #B76D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 42.17%
G = 25.12%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B76D8E (or 0xB76D8E) is known color: Tapestry. HEX triplet: B7, 6D and 8E. RGB value is (183,109,142). Sum of RGB (Red+Green+Blue) = 183+109+142=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76D8E is #489271. Grayscale: #868686. Windows color (decimal): -4756082 or 9334199. OLE color: 9334199.

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

Color convert

RGB 183 109 142 -
CMYK 0 0.40 0.22 0.28
HSL 333.24º 0.34% 0.57% -
HSV(B) 333.24º 0.4% 0.72% -
XYZ 29.88 22.96 28.45 -
YUV 134.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 183 109 142 0 0.40 0.22 0.28 333.24 0.34 0.57
Hex B7 6D 8E 0 28 16 1C 14D 22 39
Octal 267 155 216 0 50 26 34 515 42 71
Binary 10110111 1101101 10001110 0 101000 10110 11100 101001101 100010 111001

Color Harmonies of #B76D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D8E

Black with #B76D8E

Text Example


Text Example

White with #B76D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D8E; }

 p { color: rgb(183,109,142); }

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

background-color css

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

 a { background-color: rgb(183,109,142); }

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

border-color css

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

 span { border-color: rgb(183,109,142); }

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