Html Css Color HEX #B76884 Tapestry

📋 copy color: '#B76884'

red 183 ◦ green 104 ◦ blue 132

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

Shades of Tapestry #B76884

Tints of Tapestry #B76884

RGB

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

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

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

R = 43.68%
G = 24.82%
B = 31.5%

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

#B76884 (or 0xB76884) is known color: Tapestry. HEX triplet: B7, 68 and 84. RGB value is (183,104,132). Sum of RGB (Red+Green+Blue) = 183+104+132=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B76884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76884 is #48977B. Grayscale: #828282. Windows color (decimal): -4757372 or 8677559. OLE color: 8677559.

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

Color convert

RGB 183 104 132 -
CMYK 0 0.43 0.28 0.28
HSL 338.73º 0.35% 0.56% -
HSV(B) 338.73º 0.43% 0.72% -
XYZ 28.64 21.63 24.5 -
YUV 130.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 183 104 132 0 0.43 0.28 0.28 338.73 0.35 0.56
Hex B7 68 84 0 2B 1C 1C 153 23 38
Octal 267 150 204 0 53 34 34 523 43 70
Binary 10110111 1101000 10000100 0 101011 11100 11100 101010011 100011 111000

Color Harmonies of #B76884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76884

Black with #B76884

Text Example


Text Example

White with #B76884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76884; }

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

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

background-color css

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

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

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

border-color css

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

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

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