Html Css Color HEX #B76991 Tapestry

📋 copy color: '#B76991'

red 183 ◦ green 105 ◦ blue 145

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

Shades of Tapestry #B76991

Tints of Tapestry #B76991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 42.26%
G = 24.25%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B76991 (or 0xB76991) is known color: Tapestry. HEX triplet: B7, 69 and 91. RGB value is (183,105,145). Sum of RGB (Red+Green+Blue) = 183+105+145=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76991 is #48966E. Grayscale: #848484. Windows color (decimal): -4757103 or 9529783. OLE color: 9529783.

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

Color convert

RGB 183 105 145 -
CMYK 0 0.43 0.21 0.28
HSL 329.23º 0.35% 0.56% -
HSV(B) 329.23º 0.43% 0.72% -
XYZ 29.69 22.21 29.51 -
YUV 132.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 183 105 145 0 0.43 0.21 0.28 329.23 0.35 0.56
Hex B7 69 91 0 2B 15 1C 149 23 38
Octal 267 151 221 0 53 25 34 511 43 70
Binary 10110111 1101001 10010001 0 101011 10101 11100 101001001 100011 111000

Color Harmonies of #B76991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76991

Black with #B76991

Text Example


Text Example

White with #B76991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76991; }

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

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

background-color css

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

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

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

border-color css

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

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

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