Html Css Color HEX #BC6789 Tapestry

📋 copy color: '#BC6789'

red 188 ◦ green 103 ◦ blue 137

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

Shades of Tapestry #BC6789

Tints of Tapestry #BC6789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.07%

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

R = 43.93%
G = 24.07%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6789 (or 0xBC6789) is known color: Tapestry. HEX triplet: BC, 67 and 89. RGB value is (188,103,137). Sum of RGB (Red+Green+Blue) = 188+103+137=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6789 is #439876. Grayscale: #848484. Windows color (decimal): -4429943 or 9004988. OLE color: 9004988.

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

Color convert

RGB 188 103 137 -
CMYK 0 0.45 0.27 0.26
HSL 336º 0.39% 0.57% -
HSV(B) 336º 0.45% 0.74% -
XYZ 30.1 22.2 26.36 -
YUV 132.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 188 103 137 0 0.45 0.27 0.26 336 0.39 0.57
Hex BC 67 89 0 2D 1B 1A 150 27 39
Octal 274 147 211 0 55 33 32 520 47 71
Binary 10111100 1100111 10001001 0 101101 11011 11010 101010000 100111 111001

Color Harmonies of #BC6789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6789

Black with #BC6789

Text Example


Text Example

White with #BC6789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6789; }

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

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

background-color css

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

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

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

border-color css

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

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

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