Html Css Color HEX #BC707C Tapestry

📋 copy color: '#BC707C'

red 188 ◦ green 112 ◦ blue 124

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

Shades of Tapestry #BC707C

Tints of Tapestry #BC707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.42%

 BLUE value IS 124 (48.83% from 255) = 29.25%

R = 44.34%
G = 26.42%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC707C (or 0xBC707C) is known color: Tapestry. HEX triplet: BC, 70 and 7C. RGB value is (188,112,124). Sum of RGB (Red+Green+Blue) = 188+112+124=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC707C is #438F83. Grayscale: #888888. Windows color (decimal): -4427652 or 8155324. OLE color: 8155324.

HSL color Cylindrical-coordinate representation of color #BC707C: hue angle of 350.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC707C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 124 -
CMYK 0 0.40 0.34 0.26
HSL 350.53º 0.36% 0.59% -
HSV(B) 350.53º 0.4% 0.74% -
XYZ 30.17 23.73 22.06 -
YUV 136.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 188 112 124 0 0.40 0.34 0.26 350.53 0.36 0.59
Hex BC 70 7C 0 28 22 1A 15F 24 3B
Octal 274 160 174 0 50 42 32 537 44 73
Binary 10111100 1110000 1111100 0 101000 100010 11010 101011111 100100 111011

Color Harmonies of #BC707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC707C

Black with #BC707C

Text Example


Text Example

White with #BC707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC707C; }

 p { color: rgb(188,112,124); }

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

background-color css

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

 a { background-color: rgb(188,112,124); }

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

border-color css

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

 span { border-color: rgb(188,112,124); }

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