Html Css Color HEX #BC6983 Tapestry

📋 copy color: '#BC6983'

red 188 ◦ green 105 ◦ blue 131

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

Shades of Tapestry #BC6983

Tints of Tapestry #BC6983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

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

R = 44.34%
G = 24.76%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6983 (or 0xBC6983) is known color: Tapestry. HEX triplet: BC, 69 and 83. RGB value is (188,105,131). Sum of RGB (Red+Green+Blue) = 188+105+131=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6983 is #43967C. Grayscale: #848484. Windows color (decimal): -4429437 or 8612284. OLE color: 8612284.

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

Color convert

RGB 188 105 131 -
CMYK 0 0.44 0.30 0.26
HSL 341.2º 0.38% 0.57% -
HSV(B) 341.2º 0.44% 0.74% -
XYZ 29.89 22.43 24.23 -
YUV 132.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 188 105 131 0 0.44 0.30 0.26 341.2 0.38 0.57
Hex BC 69 83 0 2C 1E 1A 155 26 39
Octal 274 151 203 0 54 36 32 525 46 71
Binary 10111100 1101001 10000011 0 101100 11110 11010 101010101 100110 111001

Color Harmonies of #BC6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6983

Black with #BC6983

Text Example


Text Example

White with #BC6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6983; }

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

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

background-color css

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

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

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

border-color css

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

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

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