Html Css Color HEX #B76E7A Tapestry

📋 copy color: '#B76E7A'

red 183 ◦ green 110 ◦ blue 122

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

Shades of Tapestry #B76E7A

Tints of Tapestry #B76E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 44.1%
G = 26.51%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B76E7A (or 0xB76E7A) is known color: Tapestry. HEX triplet: B7, 6E and 7A. RGB value is (183,110,122). Sum of RGB (Red+Green+Blue) = 183+110+122=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E7A is #489185. Grayscale: #858585. Windows color (decimal): -4755846 or 8023735. OLE color: 8023735.

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

Color convert

RGB 183 110 122 -
CMYK 0 0.40 0.33 0.28
HSL 350.14º 0.34% 0.57% -
HSV(B) 350.14º 0.4% 0.72% -
XYZ 28.62 22.62 21.27 -
YUV 133.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 183 110 122 0 0.40 0.33 0.28 350.14 0.34 0.57
Hex B7 6E 7A 0 28 21 1C 15E 22 39
Octal 267 156 172 0 50 41 34 536 42 71
Binary 10110111 1101110 1111010 0 101000 100001 11100 101011110 100010 111001

Color Harmonies of #B76E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E7A

Black with #B76E7A

Text Example


Text Example

White with #B76E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E7A; }

 p { color: rgb(183,110,122); }

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

background-color css

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

 a { background-color: rgb(183,110,122); }

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

border-color css

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

 span { border-color: rgb(183,110,122); }

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