Html Css Color HEX #BC707E Tapestry

📋 copy color: '#BC707E'

red 188 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #BC707E

Tints of Tapestry #BC707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 44.13%
G = 26.29%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC707E (or 0xBC707E) is known color: Tapestry. HEX triplet: BC, 70 and 7E. RGB value is (188,112,126). Sum of RGB (Red+Green+Blue) = 188+112+126=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC707E is #438F81. Grayscale: #888888. Windows color (decimal): -4427650 or 8286396. OLE color: 8286396.

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

Color convert

RGB 188 112 126 -
CMYK 0 0.40 0.33 0.26
HSL 348.95º 0.36% 0.59% -
HSV(B) 348.95º 0.4% 0.74% -
XYZ 30.3 23.79 22.73 -
YUV 136.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 188 112 126 0 0.40 0.33 0.26 348.95 0.36 0.59
Hex BC 70 7E 0 28 21 1A 15D 24 3B
Octal 274 160 176 0 50 41 32 535 44 73
Binary 10111100 1110000 1111110 0 101000 100001 11010 101011101 100100 111011

Color Harmonies of #BC707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC707E

Black with #BC707E

Text Example


Text Example

White with #BC707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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