Html Css Color HEX #B75E80 Tapestry

📋 copy color: '#B75E80'

red 183 ◦ green 94 ◦ blue 128

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

Shades of Tapestry #B75E80

Tints of Tapestry #B75E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

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

R = 45.19%
G = 23.21%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B75E80 (or 0xB75E80) is known color: Tapestry. HEX triplet: B7, 5E and 80. RGB value is (183,94,128). Sum of RGB (Red+Green+Blue) = 183+94+128=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75E80 is #48A17F. Grayscale: #7C7C7C. Windows color (decimal): -4759936 or 8412855. OLE color: 8412855.

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

Color convert

RGB 183 94 128 -
CMYK 0 0.49 0.30 0.28
HSL 337.08º 0.38% 0.54% -
HSV(B) 337.08º 0.49% 0.72% -
XYZ 27.43 19.63 22.77 -
YUV 124.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 183 94 128 0 0.49 0.30 0.28 337.08 0.38 0.54
Hex B7 5E 80 0 31 1E 1C 151 26 36
Octal 267 136 200 0 61 36 34 521 46 66
Binary 10110111 1011110 10000000 0 110001 11110 11100 101010001 100110 110110

Color Harmonies of #B75E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E80

Black with #B75E80

Text Example


Text Example

White with #B75E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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