Html Css Color HEX #B76984 Tapestry

📋 copy color: '#B76984'

red 183 ◦ green 105 ◦ blue 132

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

Shades of Tapestry #B76984

Tints of Tapestry #B76984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 43.57%
G = 25%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B76984 (or 0xB76984) is known color: Tapestry. HEX triplet: B7, 69 and 84. RGB value is (183,105,132). Sum of RGB (Red+Green+Blue) = 183+105+132=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B76984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76984 is #48967B. Grayscale: #838383. Windows color (decimal): -4757116 or 8677815. OLE color: 8677815.

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

Color convert

RGB 183 105 132 -
CMYK 0 0.43 0.28 0.28
HSL 339.23º 0.35% 0.56% -
HSV(B) 339.23º 0.43% 0.72% -
XYZ 28.74 21.84 24.53 -
YUV 131.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 183 105 132 0 0.43 0.28 0.28 339.23 0.35 0.56
Hex B7 69 84 0 2B 1C 1C 153 23 38
Octal 267 151 204 0 53 34 34 523 43 70
Binary 10110111 1101001 10000100 0 101011 11100 11100 101010011 100011 111000

Color Harmonies of #B76984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76984

Black with #B76984

Text Example


Text Example

White with #B76984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76984; }

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

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

background-color css

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

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

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

border-color css

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

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

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