Html Css Color HEX #BC647B Tapestry

📋 copy color: '#BC647B'

red 188 ◦ green 100 ◦ blue 123

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

Shades of Tapestry #BC647B

Tints of Tapestry #BC647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

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

R = 45.74%
G = 24.33%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC647B (or 0xBC647B) is known color: Tapestry. HEX triplet: BC, 64 and 7B. RGB value is (188,100,123). Sum of RGB (Red+Green+Blue) = 188+100+123=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC647B is #439B84. Grayscale: #808080. Windows color (decimal): -4430725 or 8086716. OLE color: 8086716.

HSL color Cylindrical-coordinate representation of color #BC647B: hue angle of 344.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC647B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 123 -
CMYK 0 0.47 0.35 0.26
HSL 344.32º 0.4% 0.56% -
HSV(B) 344.32º 0.47% 0.74% -
XYZ 28.87 21.24 21.32 -
YUV 128.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 188 100 123 0 0.47 0.35 0.26 344.32 0.4 0.56
Hex BC 64 7B 0 2F 23 1A 158 28 38
Octal 274 144 173 0 57 43 32 530 50 70
Binary 10111100 1100100 1111011 0 101111 100011 11010 101011000 101000 111000

Color Harmonies of #BC647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC647B

Black with #BC647B

Text Example


Text Example

White with #BC647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC647B; }

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

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

background-color css

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

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

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

border-color css

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

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

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