Html Css Color HEX #B76384 Tapestry

📋 copy color: '#B76384'

red 183 ◦ green 99 ◦ blue 132

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

Shades of Tapestry #B76384

Tints of Tapestry #B76384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 44.2%
G = 23.91%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B76384 (or 0xB76384) is known color: Tapestry. HEX triplet: B7, 63 and 84. RGB value is (183,99,132). Sum of RGB (Red+Green+Blue) = 183+99+132=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B76384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76384 is #489C7B. Grayscale: #7F7F7F. Windows color (decimal): -4758652 or 8676279. OLE color: 8676279.

HSL color Cylindrical-coordinate representation of color #B76384: hue angle of 336.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76384 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 99 132 -
CMYK 0 0.46 0.28 0.28
HSL 336.43º 0.37% 0.55% -
HSV(B) 336.43º 0.46% 0.72% -
XYZ 28.16 20.66 24.33 -
YUV 127.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 183 99 132 0 0.46 0.28 0.28 336.43 0.37 0.55
Hex B7 63 84 0 2E 1C 1C 150 25 37
Octal 267 143 204 0 56 34 34 520 45 67
Binary 10110111 1100011 10000100 0 101110 11100 11100 101010000 100101 110111

Color Harmonies of #B76384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76384

Black with #B76384

Text Example


Text Example

White with #B76384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76384; }

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

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

background-color css

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

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

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

border-color css

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

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

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