Html Css Color HEX #BC7587 Tapestry

📋 copy color: '#BC7587'

red 188 ◦ green 117 ◦ blue 135

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

Shades of Tapestry #BC7587

Tints of Tapestry #BC7587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.68%

R = 42.73%
G = 26.59%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC7587 (or 0xBC7587) is known color: Tapestry. HEX triplet: BC, 75 and 87. RGB value is (188,117,135). Sum of RGB (Red+Green+Blue) = 188+117+135=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7587 is #438A78. Grayscale: #8C8C8C. Windows color (decimal): -4426361 or 8877500. OLE color: 8877500.

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

Color convert

RGB 188 117 135 -
CMYK 0 0.38 0.28 0.26
HSL 344.79º 0.35% 0.6% -
HSV(B) 344.79º 0.38% 0.74% -
XYZ 31.47 25.16 26.12 -
YUV 140.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 188 117 135 0 0.38 0.28 0.26 344.79 0.35 0.6
Hex BC 75 87 0 26 1C 1A 159 23 3C
Octal 274 165 207 0 46 34 32 531 43 74
Binary 10111100 1110101 10000111 0 100110 11100 11010 101011001 100011 111100

Color Harmonies of #BC7587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7587

Black with #BC7587

Text Example


Text Example

White with #BC7587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7587; }

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

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

background-color css

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

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

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

border-color css

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

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

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