Html Css Color HEX #BC707D Tapestry

📋 copy color: '#BC707D'

red 188 ◦ green 112 ◦ blue 125

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

Shades of Tapestry #BC707D

Tints of Tapestry #BC707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 44.24%
G = 26.35%
B = 29.41%

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

#BC707D (or 0xBC707D) is known color: Tapestry. HEX triplet: BC, 70 and 7D. RGB value is (188,112,125). Sum of RGB (Red+Green+Blue) = 188+112+125=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC707D is #438F82. Grayscale: #888888. Windows color (decimal): -4427651 or 8220860. OLE color: 8220860.

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

Color convert

RGB 188 112 125 -
CMYK 0 0.40 0.34 0.26
HSL 349.74º 0.36% 0.59% -
HSV(B) 349.74º 0.4% 0.74% -
XYZ 30.23 23.76 22.39 -
YUV 136.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 188 112 125 0 0.40 0.34 0.26 349.74 0.36 0.59
Hex BC 70 7D 0 28 22 1A 15E 24 3B
Octal 274 160 175 0 50 42 32 536 44 73
Binary 10111100 1110000 1111101 0 101000 100010 11010 101011110 100100 111011

Color Harmonies of #BC707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC707D

Black with #BC707D

Text Example


Text Example

White with #BC707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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