Html Css Color HEX #BC7584 Tapestry

📋 copy color: '#BC7584'

red 188 ◦ green 117 ◦ blue 132

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

Shades of Tapestry #BC7584

Tints of Tapestry #BC7584

RGB

 RED value IS 188 (73.83% from 255) = 43.02%

 GREEN value IS 117 (46.09% from 255) = 26.77%

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

R = 43.02%
G = 26.77%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC7584 (or 0xBC7584) is known color: Tapestry. HEX triplet: BC, 75 and 84. RGB value is (188,117,132). Sum of RGB (Red+Green+Blue) = 188+117+132=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7584 is #438A7B. Grayscale: #8B8B8B. Windows color (decimal): -4426364 or 8680892. OLE color: 8680892.

HSL color Cylindrical-coordinate representation of color #BC7584: hue angle of 347.32º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7584 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 132 -
CMYK 0 0.38 0.30 0.26
HSL 347.32º 0.35% 0.6% -
HSV(B) 347.32º 0.38% 0.74% -
XYZ 31.27 25.08 25.02 -
YUV 139.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 188 117 132 0 0.38 0.30 0.26 347.32 0.35 0.6
Hex BC 75 84 0 26 1E 1A 15B 23 3C
Octal 274 165 204 0 46 36 32 533 43 74
Binary 10111100 1110101 10000100 0 100110 11110 11010 101011011 100011 111100

Color Harmonies of #BC7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7584

Black with #BC7584

Text Example


Text Example

White with #BC7584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7584; }

 p { color: rgb(188,117,132); }

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

background-color css

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

 a { background-color: rgb(188,117,132); }

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

border-color css

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

 span { border-color: rgb(188,117,132); }

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