Html Css Color HEX #B76D7D Tapestry

📋 copy color: '#B76D7D'

red 183 ◦ green 109 ◦ blue 125

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

Shades of Tapestry #B76D7D

Tints of Tapestry #B76D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 43.88%
G = 26.14%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B76D7D (or 0xB76D7D) is known color: Tapestry. HEX triplet: B7, 6D and 7D. RGB value is (183,109,125). Sum of RGB (Red+Green+Blue) = 183+109+125=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D7D is #489282. Grayscale: #848484. Windows color (decimal): -4756099 or 8220087. OLE color: 8220087.

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

Color convert

RGB 183 109 125 -
CMYK 0 0.40 0.32 0.28
HSL 347.03º 0.34% 0.57% -
HSV(B) 347.03º 0.4% 0.72% -
XYZ 28.7 22.49 22.23 -
YUV 132.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 183 109 125 0 0.40 0.32 0.28 347.03 0.34 0.57
Hex B7 6D 7D 0 28 20 1C 15B 22 39
Octal 267 155 175 0 50 40 34 533 42 71
Binary 10110111 1101101 1111101 0 101000 100000 11100 101011011 100010 111001

Color Harmonies of #B76D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76D7D

Black with #B76D7D

Text Example


Text Example

White with #B76D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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