Html Css Color HEX #B76080 Tapestry

📋 copy color: '#B76080'

red 183 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #B76080

Tints of Tapestry #B76080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.59%

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

R = 44.96%
G = 23.59%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B76080 (or 0xB76080) is known color: Tapestry. HEX triplet: B7, 60 and 80. RGB value is (183,96,128). Sum of RGB (Red+Green+Blue) = 183+96+128=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B76080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76080 is #489F7F. Grayscale: #7D7D7D. Windows color (decimal): -4759424 or 8413367. OLE color: 8413367.

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

Color convert

RGB 183 96 128 -
CMYK 0 0.48 0.30 0.28
HSL 337.93º 0.38% 0.55% -
HSV(B) 337.93º 0.48% 0.72% -
XYZ 27.61 19.99 22.83 -
YUV 125.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 183 96 128 0 0.48 0.30 0.28 337.93 0.38 0.55
Hex B7 60 80 0 30 1E 1C 152 26 37
Octal 267 140 200 0 60 36 34 522 46 67
Binary 10110111 1100000 10000000 0 110000 11110 11100 101010010 100110 110111

Color Harmonies of #B76080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76080

Black with #B76080

Text Example


Text Example

White with #B76080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76080; }

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

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

background-color css

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

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

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

border-color css

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

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

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