Html Css Color HEX #BC707F Tapestry

📋 copy color: '#BC707F'

red 188 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #BC707F

Tints of Tapestry #BC707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 44.03%
G = 26.23%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC707F (or 0xBC707F) is known color: Tapestry. HEX triplet: BC, 70 and 7F. RGB value is (188,112,127). Sum of RGB (Red+Green+Blue) = 188+112+127=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC707F is #438F80. Grayscale: #888888. Windows color (decimal): -4427649 or 8351932. OLE color: 8351932.

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

Color convert

RGB 188 112 127 -
CMYK 0 0.40 0.32 0.26
HSL 348.16º 0.36% 0.59% -
HSV(B) 348.16º 0.4% 0.74% -
XYZ 30.36 23.81 23.07 -
YUV 136.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 188 112 127 0 0.40 0.32 0.26 348.16 0.36 0.59
Hex BC 70 7F 0 28 20 1A 15C 24 3B
Octal 274 160 177 0 50 40 32 534 44 73
Binary 10111100 1110000 1111111 0 101000 100000 11010 101011100 100100 111011

Color Harmonies of #BC707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC707F

Black with #BC707F

Text Example


Text Example

White with #BC707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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