Html Css Color HEX #B76F8F Tapestry

📋 copy color: '#B76F8F'

red 183 ◦ green 111 ◦ blue 143

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

Shades of Tapestry #B76F8F

Tints of Tapestry #B76F8F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.4%

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

R = 41.88%
G = 25.4%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B76F8F (or 0xB76F8F) is known color: Tapestry. HEX triplet: B7, 6F and 8F. RGB value is (183,111,143). Sum of RGB (Red+Green+Blue) = 183+111+143=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F8F is #489070. Grayscale: #888888. Windows color (decimal): -4755569 or 9400247. OLE color: 9400247.

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

Color convert

RGB 183 111 143 -
CMYK 0 0.39 0.22 0.28
HSL 333.33º 0.33% 0.58% -
HSV(B) 333.33º 0.39% 0.72% -
XYZ 30.17 23.42 28.92 -
YUV 136.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 183 111 143 0 0.39 0.22 0.28 333.33 0.33 0.58
Hex B7 6F 8F 0 27 16 1C 14D 21 3A
Octal 267 157 217 0 47 26 34 515 41 72
Binary 10110111 1101111 10001111 0 100111 10110 11100 101001101 100001 111010

Color Harmonies of #B76F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F8F

Black with #B76F8F

Text Example


Text Example

White with #B76F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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