Html Css Color HEX #BC6478 Tapestry

📋 copy color: '#BC6478'

red 188 ◦ green 100 ◦ blue 120

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

Shades of Tapestry #BC6478

Tints of Tapestry #BC6478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 46.08%
G = 24.51%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC6478 (or 0xBC6478) is known color: Tapestry. HEX triplet: BC, 64 and 78. RGB value is (188,100,120). Sum of RGB (Red+Green+Blue) = 188+100+120=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6478 is #439B87. Grayscale: #808080. Windows color (decimal): -4430728 or 7890108. OLE color: 7890108.

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

Color convert

RGB 188 100 120 -
CMYK 0 0.47 0.36 0.26
HSL 346.36º 0.4% 0.56% -
HSV(B) 346.36º 0.47% 0.74% -
XYZ 28.69 21.16 20.34 -
YUV 128.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 188 100 120 0 0.47 0.36 0.26 346.36 0.4 0.56
Hex BC 64 78 0 2F 24 1A 15A 28 38
Octal 274 144 170 0 57 44 32 532 50 70
Binary 10111100 1100100 1111000 0 101111 100100 11010 101011010 101000 111000

Color Harmonies of #BC6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6478

Black with #BC6478

Text Example


Text Example

White with #BC6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6478; }

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

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

background-color css

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

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

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

border-color css

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

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

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