Html Css Color HEX #BC6381 Tapestry

📋 copy color: '#BC6381'

red 188 ◦ green 99 ◦ blue 129

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

Shades of Tapestry #BC6381

Tints of Tapestry #BC6381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.8%

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

R = 45.19%
G = 23.8%
B = 31.01%

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

#BC6381 (or 0xBC6381) is known color: Tapestry. HEX triplet: BC, 63 and 81. RGB value is (188,99,129). Sum of RGB (Red+Green+Blue) = 188+99+129=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6381 is #439C7E. Grayscale: #818181. Windows color (decimal): -4430975 or 8479676. OLE color: 8479676.

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

Color convert

RGB 188 99 129 -
CMYK 0 0.47 0.31 0.26
HSL 339.78º 0.4% 0.56% -
HSV(B) 339.78º 0.47% 0.74% -
XYZ 29.16 21.2 23.32 -
YUV 129.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 188 99 129 0 0.47 0.31 0.26 339.78 0.4 0.56
Hex BC 63 81 0 2F 1F 1A 154 28 38
Octal 274 143 201 0 57 37 32 524 50 70
Binary 10111100 1100011 10000001 0 101111 11111 11010 101010100 101000 111000

Color Harmonies of #BC6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6381

Black with #BC6381

Text Example


Text Example

White with #BC6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6381; }

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

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

background-color css

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

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

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

border-color css

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

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

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