Html Css Color HEX #BC657D Tapestry

📋 copy color: '#BC657D'

red 188 ◦ green 101 ◦ blue 125

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

Shades of Tapestry #BC657D

Tints of Tapestry #BC657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.4%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 45.41%
G = 24.4%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC657D (or 0xBC657D) is known color: Tapestry. HEX triplet: BC, 65 and 7D. RGB value is (188,101,125). Sum of RGB (Red+Green+Blue) = 188+101+125=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC657D is #439A82. Grayscale: #818181. Windows color (decimal): -4430467 or 8218044. OLE color: 8218044.

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

Color convert

RGB 188 101 125 -
CMYK 0 0.46 0.34 0.26
HSL 343.45º 0.39% 0.57% -
HSV(B) 343.45º 0.46% 0.74% -
XYZ 29.09 21.48 22.01 -
YUV 129.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 188 101 125 0 0.46 0.34 0.26 343.45 0.39 0.57
Hex BC 65 7D 0 2E 22 1A 157 27 39
Octal 274 145 175 0 56 42 32 527 47 71
Binary 10111100 1100101 1111101 0 101110 100010 11010 101010111 100111 111001

Color Harmonies of #BC657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC657D

Black with #BC657D

Text Example


Text Example

White with #BC657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC657D; }

 p { color: rgb(188,101,125); }

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

background-color css

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

 a { background-color: rgb(188,101,125); }

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

border-color css

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

 span { border-color: rgb(188,101,125); }

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