Html Css Color HEX #BC7789 Tapestry

📋 copy color: '#BC7789'

red 188 ◦ green 119 ◦ blue 137

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

Shades of Tapestry #BC7789

Tints of Tapestry #BC7789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 42.34%
G = 26.8%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC7789 (or 0xBC7789) is known color: Tapestry. HEX triplet: BC, 77 and 89. RGB value is (188,119,137). Sum of RGB (Red+Green+Blue) = 188+119+137=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7789 is #438876. Grayscale: #8D8D8D. Windows color (decimal): -4425847 or 9009084. OLE color: 9009084.

HSL color Cylindrical-coordinate representation of color #BC7789: hue angle of 344.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7789 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 137 -
CMYK 0 0.37 0.27 0.26
HSL 344.35º 0.34% 0.6% -
HSV(B) 344.35º 0.37% 0.74% -
XYZ 31.85 25.69 26.95 -
YUV 141.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 188 119 137 0 0.37 0.27 0.26 344.35 0.34 0.6
Hex BC 77 89 0 25 1B 1A 158 22 3C
Octal 274 167 211 0 45 33 32 530 42 74
Binary 10111100 1110111 10001001 0 100101 11011 11010 101011000 100010 111100

Color Harmonies of #BC7789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7789

Black with #BC7789

Text Example


Text Example

White with #BC7789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7789; }

 p { color: rgb(188,119,137); }

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

background-color css

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

 a { background-color: rgb(188,119,137); }

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

border-color css

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

 span { border-color: rgb(188,119,137); }

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