Html Css Color HEX #BC707A Tapestry

📋 copy color: '#BC707A'

red 188 ◦ green 112 ◦ blue 122

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

Shades of Tapestry #BC707A

Tints of Tapestry #BC707A

RGB

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

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

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

R = 44.55%
G = 26.54%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC707A (or 0xBC707A) is known color: Tapestry. HEX triplet: BC, 70 and 7A. RGB value is (188,112,122). Sum of RGB (Red+Green+Blue) = 188+112+122=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC707A is #438F85. Grayscale: #878787. Windows color (decimal): -4427654 or 8024252. OLE color: 8024252.

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

Color convert

RGB 188 112 122 -
CMYK 0 0.40 0.35 0.26
HSL 352.11º 0.36% 0.59% -
HSV(B) 352.11º 0.4% 0.74% -
XYZ 30.05 23.68 21.4 -
YUV 135.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 188 112 122 0 0.40 0.35 0.26 352.11 0.36 0.59
Hex BC 70 7A 0 28 23 1A 160 24 3B
Octal 274 160 172 0 50 43 32 540 44 73
Binary 10111100 1110000 1111010 0 101000 100011 11010 101100000 100100 111011

Color Harmonies of #BC707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC707A

Black with #BC707A

Text Example


Text Example

White with #BC707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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