Html Css Color HEX #B76A7C Tapestry

📋 copy color: '#B76A7C'

red 183 ◦ green 106 ◦ blue 124

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

Shades of Tapestry #B76A7C

Tints of Tapestry #B76A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 44.31%
G = 25.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B76A7C (or 0xB76A7C) is known color: Tapestry. HEX triplet: B7, 6A and 7C. RGB value is (183,106,124). Sum of RGB (Red+Green+Blue) = 183+106+124=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A7C is #489583. Grayscale: #838383. Windows color (decimal): -4756868 or 8153783. OLE color: 8153783.

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

Color convert

RGB 183 106 124 -
CMYK 0 0.42 0.32 0.28
HSL 345.97º 0.35% 0.57% -
HSV(B) 345.97º 0.42% 0.72% -
XYZ 28.32 21.83 21.79 -
YUV 131.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 183 106 124 0 0.42 0.32 0.28 345.97 0.35 0.57
Hex B7 6A 7C 0 2A 20 1C 15A 23 39
Octal 267 152 174 0 52 40 34 532 43 71
Binary 10110111 1101010 1111100 0 101010 100000 11100 101011010 100011 111001

Color Harmonies of #B76A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A7C

Black with #B76A7C

Text Example


Text Example

White with #B76A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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