Html Css Color HEX #BC7287 Tapestry

📋 copy color: '#BC7287'

red 188 ◦ green 114 ◦ blue 135

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

Shades of Tapestry #BC7287

Tints of Tapestry #BC7287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 43.02%
G = 26.09%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC7287 (or 0xBC7287) is known color: Tapestry. HEX triplet: BC, 72 and 87. RGB value is (188,114,135). Sum of RGB (Red+Green+Blue) = 188+114+135=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7287 is #438D78. Grayscale: #8A8A8A. Windows color (decimal): -4427129 or 8876732. OLE color: 8876732.

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

Color convert

RGB 188 114 135 -
CMYK 0 0.39 0.28 0.26
HSL 342.97º 0.36% 0.59% -
HSV(B) 342.97º 0.39% 0.74% -
XYZ 31.13 24.48 26.01 -
YUV 138.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 188 114 135 0 0.39 0.28 0.26 342.97 0.36 0.59
Hex BC 72 87 0 27 1C 1A 157 24 3B
Octal 274 162 207 0 47 34 32 527 44 73
Binary 10111100 1110010 10000111 0 100111 11100 11010 101010111 100100 111011

Color Harmonies of #BC7287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7287

Black with #BC7287

Text Example


Text Example

White with #BC7287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7287; }

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

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

background-color css

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

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

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

border-color css

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

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

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