Html Css Color HEX #BC5E7B Tapestry

📋 copy color: '#BC5E7B'

red 188 ◦ green 94 ◦ blue 123

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

Shades of Tapestry #BC5E7B

Tints of Tapestry #BC5E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.21%

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

R = 46.42%
G = 23.21%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC5E7B (or 0xBC5E7B) is known color: Tapestry. HEX triplet: BC, 5E and 7B. RGB value is (188,94,123). Sum of RGB (Red+Green+Blue) = 188+94+123=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E7B is #43A184. Grayscale: #7D7D7D. Windows color (decimal): -4432261 or 8085180. OLE color: 8085180.

HSL color Cylindrical-coordinate representation of color #BC5E7B: hue angle of 341.49º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E7B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 123 -
CMYK 0 0.50 0.35 0.26
HSL 341.49º 0.41% 0.55% -
HSV(B) 341.49º 0.5% 0.74% -
XYZ 28.32 20.13 21.13 -
YUV 125.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 188 94 123 0 0.50 0.35 0.26 341.49 0.41 0.55
Hex BC 5E 7B 0 32 23 1A 155 29 37
Octal 274 136 173 0 62 43 32 525 51 67
Binary 10111100 1011110 1111011 0 110010 100011 11010 101010101 101001 110111

Color Harmonies of #BC5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E7B

Black with #BC5E7B

Text Example


Text Example

White with #BC5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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