Html Css Color HEX #B76C8F Tapestry

📋 copy color: '#B76C8F'

red 183 ◦ green 108 ◦ blue 143

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

Shades of Tapestry #B76C8F

Tints of Tapestry #B76C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

 BLUE value IS 143 (56.25% from 255) = 32.95%

R = 42.17%
G = 24.88%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B76C8F (or 0xB76C8F) is known color: Tapestry. HEX triplet: B7, 6C and 8F. RGB value is (183,108,143). Sum of RGB (Red+Green+Blue) = 183+108+143=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C8F is #489370. Grayscale: #868686. Windows color (decimal): -4756337 or 9399479. OLE color: 9399479.

HSL color Cylindrical-coordinate representation of color #B76C8F: hue angle of 332º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76C8F is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 143 -
CMYK 0 0.41 0.22 0.28
HSL 332º 0.34% 0.57% -
HSV(B) 332º 0.41% 0.72% -
XYZ 29.85 22.78 28.81 -
YUV 134.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 183 108 143 0 0.41 0.22 0.28 332 0.34 0.57
Hex B7 6C 8F 0 29 16 1C 14C 22 39
Octal 267 154 217 0 51 26 34 514 42 71
Binary 10110111 1101100 10001111 0 101001 10110 11100 101001100 100010 111001

Color Harmonies of #B76C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C8F

Black with #B76C8F

Text Example


Text Example

White with #B76C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C8F; }

 p { color: rgb(183,108,143); }

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

background-color css

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

 a { background-color: rgb(183,108,143); }

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

border-color css

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

 span { border-color: rgb(183,108,143); }

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