Html Css Color HEX #BC6289 Tapestry

📋 copy color: '#BC6289'

red 188 ◦ green 98 ◦ blue 137

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

Shades of Tapestry #BC6289

Tints of Tapestry #BC6289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

 BLUE value IS 137 (53.91% from 255) = 32.39%

R = 44.44%
G = 23.17%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6289 (or 0xBC6289) is known color: Tapestry. HEX triplet: BC, 62 and 89. RGB value is (188,98,137). Sum of RGB (Red+Green+Blue) = 188+98+137=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6289 is #439D76. Grayscale: #818181. Windows color (decimal): -4431223 or 9003708. OLE color: 9003708.

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

Color convert

RGB 188 98 137 -
CMYK 0 0.48 0.27 0.26
HSL 334º 0.4% 0.56% -
HSV(B) 334º 0.48% 0.74% -
XYZ 29.62 21.23 26.2 -
YUV 129.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 188 98 137 0 0.48 0.27 0.26 334 0.4 0.56
Hex BC 62 89 0 30 1B 1A 14E 28 38
Octal 274 142 211 0 60 33 32 516 50 70
Binary 10111100 1100010 10001001 0 110000 11011 11010 101001110 101000 111000

Color Harmonies of #BC6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6289

Black with #BC6289

Text Example


Text Example

White with #BC6289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6289; }

 p { color: rgb(188,98,137); }

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

background-color css

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

 a { background-color: rgb(188,98,137); }

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

border-color css

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

 span { border-color: rgb(188,98,137); }

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