Html Css Color HEX #BC7F84 Tapestry

📋 copy color: '#BC7F84'

red 188 ◦ green 127 ◦ blue 132

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

Shades of Tapestry #BC7F84

Tints of Tapestry #BC7F84

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 42.06%
G = 28.41%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC7F84 (or 0xBC7F84) is known color: Tapestry. HEX triplet: BC, 7F and 84. RGB value is (188,127,132). Sum of RGB (Red+Green+Blue) = 188+127+132=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F84 is #43807B. Grayscale: #919191. Windows color (decimal): -4423804 or 8683452. OLE color: 8683452.

HSL color Cylindrical-coordinate representation of color #BC7F84: hue angle of 355.08º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC7F84 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 127 132 -
CMYK 0 0.32 0.30 0.26
HSL 355.08º 0.31% 0.62% -
HSV(B) 355.08º 0.32% 0.74% -
XYZ 32.49 27.54 25.43 -
YUV 145.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 188 127 132 0 0.32 0.30 0.26 355.08 0.31 0.62
Hex BC 7F 84 0 20 1E 1A 163 1F 3E
Octal 274 177 204 0 40 36 32 543 37 76
Binary 10111100 1111111 10000100 0 100000 11110 11010 101100011 11111 111110

Color Harmonies of #BC7F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F84

Black with #BC7F84

Text Example


Text Example

White with #BC7F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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