Html Css Color HEX #BC6481 Tapestry

📋 copy color: '#BC6481'

red 188 ◦ green 100 ◦ blue 129

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

Shades of Tapestry #BC6481

Tints of Tapestry #BC6481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 45.08%
G = 23.98%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC6481 (or 0xBC6481) is known color: Tapestry. HEX triplet: BC, 64 and 81. RGB value is (188,100,129). Sum of RGB (Red+Green+Blue) = 188+100+129=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6481 is #439B7E. Grayscale: #818181. Windows color (decimal): -4430719 or 8479932. OLE color: 8479932.

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

Color convert

RGB 188 100 129 -
CMYK 0 0.47 0.31 0.26
HSL 340.23º 0.4% 0.56% -
HSV(B) 340.23º 0.47% 0.74% -
XYZ 29.26 21.39 23.36 -
YUV 129.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 188 100 129 0 0.47 0.31 0.26 340.23 0.4 0.56
Hex BC 64 81 0 2F 1F 1A 154 28 38
Octal 274 144 201 0 57 37 32 524 50 70
Binary 10111100 1100100 10000001 0 101111 11111 11010 101010100 101000 111000

Color Harmonies of #BC6481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6481

Black with #BC6481

Text Example


Text Example

White with #BC6481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6481; }

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

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

background-color css

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

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

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

border-color css

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

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

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