Html Css Color HEX #BC6183 Tapestry

📋 copy color: '#BC6183'

red 188 ◦ green 97 ◦ blue 131

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

Shades of Tapestry #BC6183

Tints of Tapestry #BC6183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 45.19%
G = 23.32%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6183 (or 0xBC6183) is known color: Tapestry. HEX triplet: BC, 61 and 83. RGB value is (188,97,131). Sum of RGB (Red+Green+Blue) = 188+97+131=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6183 is #439E7C. Grayscale: #808080. Windows color (decimal): -4431485 or 8610236. OLE color: 8610236.

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

Color convert

RGB 188 97 131 -
CMYK 0 0.48 0.30 0.26
HSL 337.58º 0.4% 0.56% -
HSV(B) 337.58º 0.48% 0.74% -
XYZ 29.11 20.88 23.97 -
YUV 128.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 188 97 131 0 0.48 0.30 0.26 337.58 0.4 0.56
Hex BC 61 83 0 30 1E 1A 152 28 38
Octal 274 141 203 0 60 36 32 522 50 70
Binary 10111100 1100001 10000011 0 110000 11110 11010 101010010 101000 111000

Color Harmonies of #BC6183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6183

Black with #BC6183

Text Example


Text Example

White with #BC6183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6183; }

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

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

background-color css

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

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

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

border-color css

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

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

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