Html Css Color HEX #BC6D81 Tapestry

📋 copy color: '#BC6D81'

red 188 ◦ green 109 ◦ blue 129

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

Shades of Tapestry #BC6D81

Tints of Tapestry #BC6D81

RGB

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

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

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

R = 44.13%
G = 25.59%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC6D81 (or 0xBC6D81) is known color: Tapestry. HEX triplet: BC, 6D and 81. RGB value is (188,109,129). Sum of RGB (Red+Green+Blue) = 188+109+129=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D81 is #43927E. Grayscale: #868686. Windows color (decimal): -4428415 or 8482236. OLE color: 8482236.

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

Color convert

RGB 188 109 129 -
CMYK 0 0.42 0.31 0.26
HSL 344.81º 0.37% 0.58% -
HSV(B) 344.81º 0.42% 0.74% -
XYZ 30.17 23.21 23.66 -
YUV 134.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 188 109 129 0 0.42 0.31 0.26 344.81 0.37 0.58
Hex BC 6D 81 0 2A 1F 1A 159 25 3A
Octal 274 155 201 0 52 37 32 531 45 72
Binary 10111100 1101101 10000001 0 101010 11111 11010 101011001 100101 111010

Color Harmonies of #BC6D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D81

Black with #BC6D81

Text Example


Text Example

White with #BC6D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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