Html Css Color HEX #BC6D83 Tapestry

📋 copy color: '#BC6D83'

red 188 ◦ green 109 ◦ blue 131

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

Shades of Tapestry #BC6D83

Tints of Tapestry #BC6D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.47%

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

R = 43.93%
G = 25.47%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC6D83 (or 0xBC6D83) is known color: Tapestry. HEX triplet: BC, 6D and 83. RGB value is (188,109,131). Sum of RGB (Red+Green+Blue) = 188+109+131=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D83 is #43927C. Grayscale: #878787. Windows color (decimal): -4428413 or 8613308. OLE color: 8613308.

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

Color convert

RGB 188 109 131 -
CMYK 0 0.42 0.30 0.26
HSL 343.29º 0.37% 0.58% -
HSV(B) 343.29º 0.42% 0.74% -
XYZ 30.3 23.27 24.37 -
YUV 135.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 188 109 131 0 0.42 0.30 0.26 343.29 0.37 0.58
Hex BC 6D 83 0 2A 1E 1A 157 25 3A
Octal 274 155 203 0 52 36 32 527 45 72
Binary 10111100 1101101 10000011 0 101010 11110 11010 101010111 100101 111010

Color Harmonies of #BC6D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D83

Black with #BC6D83

Text Example


Text Example

White with #BC6D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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