Html Css Color HEX #BC6185 Tapestry

📋 copy color: '#BC6185'

red 188 ◦ green 97 ◦ blue 133

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

Shades of Tapestry #BC6185

Tints of Tapestry #BC6185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.21%

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

R = 44.98%
G = 23.21%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC6185 (or 0xBC6185) is known color: Tapestry. HEX triplet: BC, 61 and 85. RGB value is (188,97,133). Sum of RGB (Red+Green+Blue) = 188+97+133=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6185 is #439E7A. Grayscale: #808080. Windows color (decimal): -4431483 or 8741308. OLE color: 8741308.

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

Color convert

RGB 188 97 133 -
CMYK 0 0.48 0.29 0.26
HSL 336.26º 0.4% 0.56% -
HSV(B) 336.26º 0.48% 0.74% -
XYZ 29.25 20.93 24.69 -
YUV 128.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 188 97 133 0 0.48 0.29 0.26 336.26 0.4 0.56
Hex BC 61 85 0 30 1D 1A 150 28 38
Octal 274 141 205 0 60 35 32 520 50 70
Binary 10111100 1100001 10000101 0 110000 11101 11010 101010000 101000 111000

Color Harmonies of #BC6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6185

Black with #BC6185

Text Example


Text Example

White with #BC6185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6185; }

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

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

background-color css

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

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

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

border-color css

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

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

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