Html Css Color HEX #BC708A Tapestry

📋 copy color: '#BC708A'

red 188 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #BC708A

Tints of Tapestry #BC708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 42.92%
G = 25.57%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC708A (or 0xBC708A) is known color: Tapestry. HEX triplet: BC, 70 and 8A. RGB value is (188,112,138). Sum of RGB (Red+Green+Blue) = 188+112+138=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC708A is #438F75. Grayscale: #898989. Windows color (decimal): -4427638 or 9072828. OLE color: 9072828.

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

Color convert

RGB 188 112 138 -
CMYK 0 0.40 0.27 0.26
HSL 339.47º 0.36% 0.59% -
HSV(B) 339.47º 0.4% 0.74% -
XYZ 31.12 24.11 27.06 -
YUV 137.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 188 112 138 0 0.40 0.27 0.26 339.47 0.36 0.59
Hex BC 70 8A 0 28 1B 1A 153 24 3B
Octal 274 160 212 0 50 33 32 523 44 73
Binary 10111100 1110000 10001010 0 101000 11011 11010 101010011 100100 111011

Color Harmonies of #BC708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC708A

Black with #BC708A

Text Example


Text Example

White with #BC708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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