Html Css Color HEX #B76981 Tapestry

📋 copy color: '#B76981'

red 183 ◦ green 105 ◦ blue 129

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

Shades of Tapestry #B76981

Tints of Tapestry #B76981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 43.88%
G = 25.18%
B = 30.94%

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

#B76981 (or 0xB76981) is known color: Tapestry. HEX triplet: B7, 69 and 81. RGB value is (183,105,129). Sum of RGB (Red+Green+Blue) = 183+105+129=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B76981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76981 is #48967E. Grayscale: #838383. Windows color (decimal): -4757119 or 8481207. OLE color: 8481207.

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

Color convert

RGB 183 105 129 -
CMYK 0 0.43 0.30 0.28
HSL 341.54º 0.35% 0.56% -
HSV(B) 341.54º 0.43% 0.72% -
XYZ 28.54 21.76 23.46 -
YUV 131.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 183 105 129 0 0.43 0.30 0.28 341.54 0.35 0.56
Hex B7 69 81 0 2B 1E 1C 156 23 38
Octal 267 151 201 0 53 36 34 526 43 70
Binary 10110111 1101001 10000001 0 101011 11110 11100 101010110 100011 111000

Color Harmonies of #B76981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76981

Black with #B76981

Text Example


Text Example

White with #B76981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76981; }

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

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

background-color css

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

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

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

border-color css

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

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

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