Html Css Color HEX #BC7385 Tapestry

📋 copy color: '#BC7385'

red 188 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #BC7385

Tints of Tapestry #BC7385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 43.12%
G = 26.38%
B = 30.5%

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

#BC7385 (or 0xBC7385) is known color: Tapestry. HEX triplet: BC, 73 and 85. RGB value is (188,115,133). Sum of RGB (Red+Green+Blue) = 188+115+133=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7385 is #438C7A. Grayscale: #8A8A8A. Windows color (decimal): -4426875 or 8745916. OLE color: 8745916.

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

Color convert

RGB 188 115 133 -
CMYK 0 0.39 0.29 0.26
HSL 345.21º 0.35% 0.59% -
HSV(B) 345.21º 0.39% 0.74% -
XYZ 31.1 24.65 25.31 -
YUV 138.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 188 115 133 0 0.39 0.29 0.26 345.21 0.35 0.59
Hex BC 73 85 0 27 1D 1A 159 23 3B
Octal 274 163 205 0 47 35 32 531 43 73
Binary 10111100 1110011 10000101 0 100111 11101 11010 101011001 100011 111011

Color Harmonies of #BC7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7385

Black with #BC7385

Text Example


Text Example

White with #BC7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7385; }

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

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

background-color css

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

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

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

border-color css

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

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

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