Html Css Color HEX #BC7386 Tapestry

📋 copy color: '#BC7386'

red 188 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #BC7386

Tints of Tapestry #BC7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

 BLUE value IS 134 (52.73% from 255) = 30.66%

R = 43.02%
G = 26.32%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC7386 (or 0xBC7386) is known color: Tapestry. HEX triplet: BC, 73 and 86. RGB value is (188,115,134). Sum of RGB (Red+Green+Blue) = 188+115+134=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7386 is #438C79. Grayscale: #8A8A8A. Windows color (decimal): -4426874 or 8811452. OLE color: 8811452.

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

Color convert

RGB 188 115 134 -
CMYK 0 0.39 0.29 0.26
HSL 344.38º 0.35% 0.59% -
HSV(B) 344.38º 0.39% 0.74% -
XYZ 31.17 24.67 25.67 -
YUV 138.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 188 115 134 0 0.39 0.29 0.26 344.38 0.35 0.59
Hex BC 73 86 0 27 1D 1A 158 23 3B
Octal 274 163 206 0 47 35 32 530 43 73
Binary 10111100 1110011 10000110 0 100111 11101 11010 101011000 100011 111011

Color Harmonies of #BC7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7386

Black with #BC7386

Text Example


Text Example

White with #BC7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7386; }

 p { color: rgb(188,115,134); }

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

background-color css

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

 a { background-color: rgb(188,115,134); }

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

border-color css

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

 span { border-color: rgb(188,115,134); }

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