Html Css Color HEX #B76B7C Tapestry

📋 copy color: '#B76B7C'

red 183 ◦ green 107 ◦ blue 124

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

Shades of Tapestry #B76B7C

Tints of Tapestry #B76B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 44.2%
G = 25.85%
B = 29.95%

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

#B76B7C (or 0xB76B7C) is known color: Tapestry. HEX triplet: B7, 6B and 7C. RGB value is (183,107,124). Sum of RGB (Red+Green+Blue) = 183+107+124=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B7C is #489483. Grayscale: #838383. Windows color (decimal): -4756612 or 8154039. OLE color: 8154039.

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

Color convert

RGB 183 107 124 -
CMYK 0 0.42 0.32 0.28
HSL 346.58º 0.35% 0.57% -
HSV(B) 346.58º 0.42% 0.72% -
XYZ 28.42 22.04 21.82 -
YUV 131.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 183 107 124 0 0.42 0.32 0.28 346.58 0.35 0.57
Hex B7 6B 7C 0 2A 20 1C 15B 23 39
Octal 267 153 174 0 52 40 34 533 43 71
Binary 10110111 1101011 1111100 0 101010 100000 11100 101011011 100011 111001

Color Harmonies of #B76B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B7C

Black with #B76B7C

Text Example


Text Example

White with #B76B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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