Html Css Color HEX #BC6B81 Tapestry

📋 copy color: '#BC6B81'

red 188 ◦ green 107 ◦ blue 129

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

Shades of Tapestry #BC6B81

Tints of Tapestry #BC6B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

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

R = 44.34%
G = 25.24%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC6B81 (or 0xBC6B81) is known color: Tapestry. HEX triplet: BC, 6B and 81. RGB value is (188,107,129). Sum of RGB (Red+Green+Blue) = 188+107+129=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B81 is #43947E. Grayscale: #858585. Windows color (decimal): -4428927 or 8481724. OLE color: 8481724.

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

Color convert

RGB 188 107 129 -
CMYK 0 0.43 0.31 0.26
HSL 343.7º 0.38% 0.58% -
HSV(B) 343.7º 0.43% 0.74% -
XYZ 29.96 22.79 23.59 -
YUV 133.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 188 107 129 0 0.43 0.31 0.26 343.7 0.38 0.58
Hex BC 6B 81 0 2B 1F 1A 158 26 3A
Octal 274 153 201 0 53 37 32 530 46 72
Binary 10111100 1101011 10000001 0 101011 11111 11010 101011000 100110 111010

Color Harmonies of #BC6B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B81

Black with #BC6B81

Text Example


Text Example

White with #BC6B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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