Html Css Color HEX #BC6C82 Tapestry

📋 copy color: '#BC6C82'

red 188 ◦ green 108 ◦ blue 130

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

Shades of Tapestry #BC6C82

Tints of Tapestry #BC6C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 44.13%
G = 25.35%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC6C82 (or 0xBC6C82) is known color: Tapestry. HEX triplet: BC, 6C and 82. RGB value is (188,108,130). Sum of RGB (Red+Green+Blue) = 188+108+130=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C82 is #43937D. Grayscale: #868686. Windows color (decimal): -4428670 or 8547516. OLE color: 8547516.

HSL color Cylindrical-coordinate representation of color #BC6C82: hue angle of 343.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6C82 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 130 -
CMYK 0 0.43 0.31 0.26
HSL 343.5º 0.37% 0.58% -
HSV(B) 343.5º 0.43% 0.74% -
XYZ 30.13 23.03 23.98 -
YUV 134.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 188 108 130 0 0.43 0.31 0.26 343.5 0.37 0.58
Hex BC 6C 82 0 2B 1F 1A 158 25 3A
Octal 274 154 202 0 53 37 32 530 45 72
Binary 10111100 1101100 10000010 0 101011 11111 11010 101011000 100101 111010

Color Harmonies of #BC6C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C82

Black with #BC6C82

Text Example


Text Example

White with #BC6C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C82; }

 p { color: rgb(188,108,130); }

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

background-color css

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

 a { background-color: rgb(188,108,130); }

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

border-color css

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

 span { border-color: rgb(188,108,130); }

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