Html Css Color HEX #B76980 Tapestry

📋 copy color: '#B76980'

red 183 ◦ green 105 ◦ blue 128

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

Shades of Tapestry #B76980

Tints of Tapestry #B76980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

 BLUE value IS 128 (50.39% from 255) = 30.77%

R = 43.99%
G = 25.24%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B76980 (or 0xB76980) is known color: Tapestry. HEX triplet: B7, 69 and 80. RGB value is (183,105,128). Sum of RGB (Red+Green+Blue) = 183+105+128=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B76980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76980 is #48967F. Grayscale: #828282. Windows color (decimal): -4757120 or 8415671. OLE color: 8415671.

HSL color Cylindrical-coordinate representation of color #B76980: hue angle of 342.31º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76980 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 128 -
CMYK 0 0.43 0.30 0.28
HSL 342.31º 0.35% 0.56% -
HSV(B) 342.31º 0.43% 0.72% -
XYZ 28.48 21.73 23.12 -
YUV 130.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 183 105 128 0 0.43 0.30 0.28 342.31 0.35 0.56
Hex B7 69 80 0 2B 1E 1C 156 23 38
Octal 267 151 200 0 53 36 34 526 43 70
Binary 10110111 1101001 10000000 0 101011 11110 11100 101010110 100011 111000

Color Harmonies of #B76980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76980

Black with #B76980

Text Example


Text Example

White with #B76980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76980; }

 p { color: rgb(183,105,128); }

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

background-color css

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

 a { background-color: rgb(183,105,128); }

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

border-color css

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

 span { border-color: rgb(183,105,128); }

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