Html Css Color HEX #B76882 Tapestry

📋 copy color: '#B76882'

red 183 ◦ green 104 ◦ blue 130

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

Shades of Tapestry #B76882

Tints of Tapestry #B76882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 43.88%
G = 24.94%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B76882 (or 0xB76882) is known color: Tapestry. HEX triplet: B7, 68 and 82. RGB value is (183,104,130). Sum of RGB (Red+Green+Blue) = 183+104+130=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B76882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76882 is #48977D. Grayscale: #828282. Windows color (decimal): -4757374 or 8546487. OLE color: 8546487.

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

Color convert

RGB 183 104 130 -
CMYK 0 0.43 0.29 0.28
HSL 340.25º 0.35% 0.56% -
HSV(B) 340.25º 0.43% 0.72% -
XYZ 28.51 21.58 23.78 -
YUV 130.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 183 104 130 0 0.43 0.29 0.28 340.25 0.35 0.56
Hex B7 68 82 0 2B 1D 1C 154 23 38
Octal 267 150 202 0 53 35 34 524 43 70
Binary 10110111 1101000 10000010 0 101011 11101 11100 101010100 100011 111000

Color Harmonies of #B76882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76882

Black with #B76882

Text Example


Text Example

White with #B76882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76882; }

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

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

background-color css

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

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

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

border-color css

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

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

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