Html Css Color HEX #B76E7B Tapestry

📋 copy color: '#B76E7B'

red 183 ◦ green 110 ◦ blue 123

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

Shades of Tapestry #B76E7B

Tints of Tapestry #B76E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 43.99%
G = 26.44%
B = 29.57%

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

#B76E7B (or 0xB76E7B) is known color: Tapestry. HEX triplet: B7, 6E and 7B. RGB value is (183,110,123). Sum of RGB (Red+Green+Blue) = 183+110+123=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E7B is #489184. Grayscale: #858585. Windows color (decimal): -4755845 or 8089271. OLE color: 8089271.

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

Color convert

RGB 183 110 123 -
CMYK 0 0.40 0.33 0.28
HSL 349.32º 0.34% 0.57% -
HSV(B) 349.32º 0.4% 0.72% -
XYZ 28.68 22.65 21.6 -
YUV 133.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 183 110 123 0 0.40 0.33 0.28 349.32 0.34 0.57
Hex B7 6E 7B 0 28 21 1C 15D 22 39
Octal 267 156 173 0 50 41 34 535 42 71
Binary 10110111 1101110 1111011 0 101000 100001 11100 101011101 100010 111001

Color Harmonies of #B76E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76E7B

Black with #B76E7B

Text Example


Text Example

White with #B76E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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