Html Css Color HEX #BC6B8B Tapestry

📋 copy color: '#BC6B8B'

red 188 ◦ green 107 ◦ blue 139

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

Shades of Tapestry #BC6B8B

Tints of Tapestry #BC6B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 43.32%
G = 24.65%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC6B8B (or 0xBC6B8B) is known color: Tapestry. HEX triplet: BC, 6B and 8B. RGB value is (188,107,139). Sum of RGB (Red+Green+Blue) = 188+107+139=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B8B is #439474. Grayscale: #868686. Windows color (decimal): -4428917 or 9137084. OLE color: 9137084.

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

Color convert

RGB 188 107 139 -
CMYK 0 0.43 0.26 0.26
HSL 336.3º 0.38% 0.58% -
HSV(B) 336.3º 0.43% 0.74% -
XYZ 30.66 23.07 27.26 -
YUV 134.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 188 107 139 0 0.43 0.26 0.26 336.3 0.38 0.58
Hex BC 6B 8B 0 2B 1A 1A 150 26 3A
Octal 274 153 213 0 53 32 32 520 46 72
Binary 10111100 1101011 10001011 0 101011 11010 11010 101010000 100110 111010

Color Harmonies of #BC6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B8B

Black with #BC6B8B

Text Example


Text Example

White with #BC6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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