Html Css Color HEX #BC6483 Tapestry

📋 copy color: '#BC6483'

red 188 ◦ green 100 ◦ blue 131

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

Shades of Tapestry #BC6483

Tints of Tapestry #BC6483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 44.87%
G = 23.87%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6483 (or 0xBC6483) is known color: Tapestry. HEX triplet: BC, 64 and 83. RGB value is (188,100,131). Sum of RGB (Red+Green+Blue) = 188+100+131=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6483 is #439B7C. Grayscale: #818181. Windows color (decimal): -4430717 or 8611004. OLE color: 8611004.

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

Color convert

RGB 188 100 131 -
CMYK 0 0.47 0.30 0.26
HSL 338.86º 0.4% 0.56% -
HSV(B) 338.86º 0.47% 0.74% -
XYZ 29.39 21.44 24.06 -
YUV 129.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 188 100 131 0 0.47 0.30 0.26 338.86 0.4 0.56
Hex BC 64 83 0 2F 1E 1A 153 28 38
Octal 274 144 203 0 57 36 32 523 50 70
Binary 10111100 1100100 10000011 0 101111 11110 11010 101010011 101000 111000

Color Harmonies of #BC6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6483

Black with #BC6483

Text Example


Text Example

White with #BC6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6483; }

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

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

background-color css

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

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

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

border-color css

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

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

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