Html Css Color HEX #BC6083 Tapestry

📋 copy color: '#BC6083'

red 188 ◦ green 96 ◦ blue 131

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

Shades of Tapestry #BC6083

Tints of Tapestry #BC6083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 45.3%
G = 23.13%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6083 (or 0xBC6083) is known color: Tapestry. HEX triplet: BC, 60 and 83. RGB value is (188,96,131). Sum of RGB (Red+Green+Blue) = 188+96+131=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6083 is #439F7C. Grayscale: #7F7F7F. Windows color (decimal): -4431741 or 8609980. OLE color: 8609980.

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

Color convert

RGB 188 96 131 -
CMYK 0 0.49 0.30 0.26
HSL 337.17º 0.41% 0.56% -
HSV(B) 337.17º 0.49% 0.74% -
XYZ 29.02 20.7 23.94 -
YUV 127.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 188 96 131 0 0.49 0.30 0.26 337.17 0.41 0.56
Hex BC 60 83 0 31 1E 1A 151 29 38
Octal 274 140 203 0 61 36 32 521 51 70
Binary 10111100 1100000 10000011 0 110001 11110 11010 101010001 101001 111000

Color Harmonies of #BC6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6083

Black with #BC6083

Text Example


Text Example

White with #BC6083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6083; }

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

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

background-color css

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

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

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

border-color css

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

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

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