Html Css Color HEX #BC657A Tapestry

📋 copy color: '#BC657A'

red 188 ◦ green 101 ◦ blue 122

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

Shades of Tapestry #BC657A

Tints of Tapestry #BC657A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 45.74%
G = 24.57%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC657A (or 0xBC657A) is known color: Tapestry. HEX triplet: BC, 65 and 7A. RGB value is (188,101,122). Sum of RGB (Red+Green+Blue) = 188+101+122=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC657A is #439A85. Grayscale: #818181. Windows color (decimal): -4430470 or 8021436. OLE color: 8021436.

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

Color convert

RGB 188 101 122 -
CMYK 0 0.46 0.35 0.26
HSL 345.52º 0.39% 0.57% -
HSV(B) 345.52º 0.46% 0.74% -
XYZ 28.91 21.4 21.02 -
YUV 129.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 188 101 122 0 0.46 0.35 0.26 345.52 0.39 0.57
Hex BC 65 7A 0 2E 23 1A 15A 27 39
Octal 274 145 172 0 56 43 32 532 47 71
Binary 10111100 1100101 1111010 0 101110 100011 11010 101011010 100111 111001

Color Harmonies of #BC657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC657A

Black with #BC657A

Text Example


Text Example

White with #BC657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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