Html Css Color HEX #BC6087 Tapestry

📋 copy color: '#BC6087'

red 188 ◦ green 96 ◦ blue 135

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

Shades of Tapestry #BC6087

Tints of Tapestry #BC6087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

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

R = 44.87%
G = 22.91%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC6087 (or 0xBC6087) is known color: Tapestry. HEX triplet: BC, 60 and 87. RGB value is (188,96,135). Sum of RGB (Red+Green+Blue) = 188+96+135=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6087 is #439F78. Grayscale: #7F7F7F. Windows color (decimal): -4431737 or 8872124. OLE color: 8872124.

HSL color Cylindrical-coordinate representation of color #BC6087: hue angle of 334.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6087 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 96 135 -
CMYK 0 0.49 0.28 0.26
HSL 334.57º 0.41% 0.56% -
HSV(B) 334.57º 0.49% 0.74% -
XYZ 29.3 20.81 25.39 -
YUV 127.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 188 96 135 0 0.49 0.28 0.26 334.57 0.41 0.56
Hex BC 60 87 0 31 1C 1A 14F 29 38
Octal 274 140 207 0 61 34 32 517 51 70
Binary 10111100 1100000 10000111 0 110001 11100 11010 101001111 101001 111000

Color Harmonies of #BC6087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6087

Black with #BC6087

Text Example


Text Example

White with #BC6087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6087; }

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

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

background-color css

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

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

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

border-color css

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

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

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