Html Css Color HEX #BC677E Tapestry

📋 copy color: '#BC677E'

red 188 ◦ green 103 ◦ blue 126

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

Shades of Tapestry #BC677E

Tints of Tapestry #BC677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 45.08%
G = 24.7%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC677E (or 0xBC677E) is known color: Tapestry. HEX triplet: BC, 67 and 7E. RGB value is (188,103,126). Sum of RGB (Red+Green+Blue) = 188+103+126=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC677E is #439881. Grayscale: #838383. Windows color (decimal): -4429954 or 8284092. OLE color: 8284092.

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

Color convert

RGB 188 103 126 -
CMYK 0 0.45 0.33 0.26
HSL 343.76º 0.39% 0.57% -
HSV(B) 343.76º 0.45% 0.74% -
XYZ 29.36 21.9 22.42 -
YUV 131.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 188 103 126 0 0.45 0.33 0.26 343.76 0.39 0.57
Hex BC 67 7E 0 2D 21 1A 158 27 39
Octal 274 147 176 0 55 41 32 530 47 71
Binary 10111100 1100111 1111110 0 101101 100001 11010 101011000 100111 111001

Color Harmonies of #BC677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC677E

Black with #BC677E

Text Example


Text Example

White with #BC677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC677E; }

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

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

background-color css

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

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

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

border-color css

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

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

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