Html Css Color HEX #BC657B Tapestry

📋 copy color: '#BC657B'

red 188 ◦ green 101 ◦ blue 123

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

Shades of Tapestry #BC657B

Tints of Tapestry #BC657B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 45.63%
G = 24.51%
B = 29.85%

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

#BC657B (or 0xBC657B) is known color: Tapestry. HEX triplet: BC, 65 and 7B. RGB value is (188,101,123). Sum of RGB (Red+Green+Blue) = 188+101+123=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC657B is #439A84. Grayscale: #818181. Windows color (decimal): -4430469 or 8086972. OLE color: 8086972.

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

Color convert

RGB 188 101 123 -
CMYK 0 0.46 0.35 0.26
HSL 344.83º 0.39% 0.57% -
HSV(B) 344.83º 0.46% 0.74% -
XYZ 28.97 21.43 21.35 -
YUV 129.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 188 101 123 0 0.46 0.35 0.26 344.83 0.39 0.57
Hex BC 65 7B 0 2E 23 1A 159 27 39
Octal 274 145 173 0 56 43 32 531 47 71
Binary 10111100 1100101 1111011 0 101110 100011 11010 101011001 100111 111001

Color Harmonies of #BC657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC657B

Black with #BC657B

Text Example


Text Example

White with #BC657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC657B; }

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

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

background-color css

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

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

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

border-color css

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

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

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