Html Css Color HEX #B76A86 Tapestry

📋 copy color: '#B76A86'

red 183 ◦ green 106 ◦ blue 134

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

Shades of Tapestry #B76A86

Tints of Tapestry #B76A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.06%

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 43.26%
G = 25.06%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B76A86 (or 0xB76A86) is known color: Tapestry. HEX triplet: B7, 6A and 86. RGB value is (183,106,134). Sum of RGB (Red+Green+Blue) = 183+106+134=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A86 is #489579. Grayscale: #848484. Windows color (decimal): -4756858 or 8809143. OLE color: 8809143.

HSL color Cylindrical-coordinate representation of color #B76A86: hue angle of 338.18º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A86 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 134 -
CMYK 0 0.42 0.27 0.28
HSL 338.18º 0.35% 0.57% -
HSV(B) 338.18º 0.42% 0.72% -
XYZ 28.99 22.1 25.29 -
YUV 132.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 183 106 134 0 0.42 0.27 0.28 338.18 0.35 0.57
Hex B7 6A 86 0 2A 1B 1C 152 23 39
Octal 267 152 206 0 52 33 34 522 43 71
Binary 10110111 1101010 10000110 0 101010 11011 11100 101010010 100011 111001

Color Harmonies of #B76A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A86

Black with #B76A86

Text Example


Text Example

White with #B76A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A86; }

 p { color: rgb(183,106,134); }

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

background-color css

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

 a { background-color: rgb(183,106,134); }

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

border-color css

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

 span { border-color: rgb(183,106,134); }

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