Html Css Color HEX #BC6C7A Tapestry

📋 copy color: '#BC6C7A'

red 188 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #BC6C7A

Tints of Tapestry #BC6C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 44.98%
G = 25.84%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC6C7A (or 0xBC6C7A) is known color: Tapestry. HEX triplet: BC, 6C and 7A. RGB value is (188,108,122). Sum of RGB (Red+Green+Blue) = 188+108+122=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C7A is #439385. Grayscale: #858585. Windows color (decimal): -4428678 or 8023228. OLE color: 8023228.

HSL color Cylindrical-coordinate representation of color #BC6C7A: hue angle of 349.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 #BC6C7A is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 122 -
CMYK 0 0.43 0.35 0.26
HSL 349.5º 0.37% 0.58% -
HSV(B) 349.5º 0.43% 0.74% -
XYZ 29.61 22.82 21.26 -
YUV 133.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 188 108 122 0 0.43 0.35 0.26 349.5 0.37 0.58
Hex BC 6C 7A 0 2B 23 1A 15E 25 3A
Octal 274 154 172 0 53 43 32 536 45 72
Binary 10111100 1101100 1111010 0 101011 100011 11010 101011110 100101 111010

Color Harmonies of #BC6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C7A

Black with #BC6C7A

Text Example


Text Example

White with #BC6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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