Html Css Color HEX #BC7987 Tapestry

📋 copy color: '#BC7987'

red 188 ◦ green 121 ◦ blue 135

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

Shades of Tapestry #BC7987

Tints of Tapestry #BC7987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.25%

 BLUE value IS 135 (53.13% from 255) = 30.41%

R = 42.34%
G = 27.25%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC7987 (or 0xBC7987) is known color: Tapestry. HEX triplet: BC, 79 and 87. RGB value is (188,121,135). Sum of RGB (Red+Green+Blue) = 188+121+135=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7987 is #438678. Grayscale: #8E8E8E. Windows color (decimal): -4425337 or 8878524. OLE color: 8878524.

HSL color Cylindrical-coordinate representation of color #BC7987: hue angle of 347.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7987 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 135 -
CMYK 0 0.36 0.28 0.26
HSL 347.46º 0.33% 0.61% -
HSV(B) 347.46º 0.36% 0.74% -
XYZ 31.95 26.12 26.28 -
YUV 142.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 188 121 135 0 0.36 0.28 0.26 347.46 0.33 0.61
Hex BC 79 87 0 24 1C 1A 15B 21 3D
Octal 274 171 207 0 44 34 32 533 41 75
Binary 10111100 1111001 10000111 0 100100 11100 11010 101011011 100001 111101

Color Harmonies of #BC7987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7987

Black with #BC7987

Text Example


Text Example

White with #BC7987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7987; }

 p { color: rgb(188,121,135); }

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

background-color css

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

 a { background-color: rgb(188,121,135); }

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

border-color css

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

 span { border-color: rgb(188,121,135); }

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