Html Css Color HEX #BC7487 Tapestry

📋 copy color: '#BC7487'

red 188 ◦ green 116 ◦ blue 135

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

Shades of Tapestry #BC7487

Tints of Tapestry #BC7487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

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

R = 42.82%
G = 26.42%
B = 30.75%

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

#BC7487 (or 0xBC7487) is known color: Tapestry. HEX triplet: BC, 74 and 87. RGB value is (188,116,135). Sum of RGB (Red+Green+Blue) = 188+116+135=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7487 is #438B78. Grayscale: #8B8B8B. Windows color (decimal): -4426617 or 8877244. OLE color: 8877244.

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

Color convert

RGB 188 116 135 -
CMYK 0 0.38 0.28 0.26
HSL 344.17º 0.35% 0.6% -
HSV(B) 344.17º 0.38% 0.74% -
XYZ 31.36 24.93 26.08 -
YUV 139.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 188 116 135 0 0.38 0.28 0.26 344.17 0.35 0.6
Hex BC 74 87 0 26 1C 1A 158 23 3C
Octal 274 164 207 0 46 34 32 530 43 74
Binary 10111100 1110100 10000111 0 100110 11100 11010 101011000 100011 111100

Color Harmonies of #BC7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7487

Black with #BC7487

Text Example


Text Example

White with #BC7487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7487; }

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

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

background-color css

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

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

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

border-color css

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

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

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