Html Css Color HEX #B76880 Tapestry

📋 copy color: '#B76880'

red 183 ◦ green 104 ◦ blue 128

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

Shades of Tapestry #B76880

Tints of Tapestry #B76880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.06%

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

R = 44.1%
G = 25.06%
B = 30.84%

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

#B76880 (or 0xB76880) is known color: Tapestry. HEX triplet: B7, 68 and 80. RGB value is (183,104,128). Sum of RGB (Red+Green+Blue) = 183+104+128=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B76880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76880 is #48977F. Grayscale: #828282. Windows color (decimal): -4757376 or 8415415. OLE color: 8415415.

HSL color Cylindrical-coordinate representation of color #B76880: hue angle of 341.77º 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 #B76880 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 104 128 -
CMYK 0 0.43 0.30 0.28
HSL 341.77º 0.35% 0.56% -
HSV(B) 341.77º 0.43% 0.72% -
XYZ 28.38 21.53 23.08 -
YUV 130.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 183 104 128 0 0.43 0.30 0.28 341.77 0.35 0.56
Hex B7 68 80 0 2B 1E 1C 156 23 38
Octal 267 150 200 0 53 36 34 526 43 70
Binary 10110111 1101000 10000000 0 101011 11110 11100 101010110 100011 111000

Color Harmonies of #B76880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76880

Black with #B76880

Text Example


Text Example

White with #B76880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76880; }

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

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

background-color css

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

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

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

border-color css

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

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

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