Html Css Color HEX #BC7384 Tapestry

📋 copy color: '#BC7384'

red 188 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #BC7384

Tints of Tapestry #BC7384

RGB

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

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

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

R = 43.22%
G = 26.44%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC7384 (or 0xBC7384) is known color: Tapestry. HEX triplet: BC, 73 and 84. RGB value is (188,115,132). Sum of RGB (Red+Green+Blue) = 188+115+132=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7384 is #438C7B. Grayscale: #8A8A8A. Windows color (decimal): -4426876 or 8680380. OLE color: 8680380.

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

Color convert

RGB 188 115 132 -
CMYK 0 0.39 0.30 0.26
HSL 346.03º 0.35% 0.59% -
HSV(B) 346.03º 0.39% 0.74% -
XYZ 31.03 24.62 24.95 -
YUV 138.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 188 115 132 0 0.39 0.30 0.26 346.03 0.35 0.59
Hex BC 73 84 0 27 1E 1A 15A 23 3B
Octal 274 163 204 0 47 36 32 532 43 73
Binary 10111100 1110011 10000100 0 100111 11110 11010 101011010 100011 111011

Color Harmonies of #BC7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7384

Black with #BC7384

Text Example


Text Example

White with #BC7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7384; }

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

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

background-color css

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

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

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

border-color css

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

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

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