Html Css Color HEX #BC6B89 Tapestry

📋 copy color: '#BC6B89'

red 188 ◦ green 107 ◦ blue 137

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

Shades of Tapestry #BC6B89

Tints of Tapestry #BC6B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 43.52%
G = 24.77%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC6B89 (or 0xBC6B89) is known color: Tapestry. HEX triplet: BC, 6B and 89. RGB value is (188,107,137). Sum of RGB (Red+Green+Blue) = 188+107+137=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B89 is #439476. Grayscale: #868686. Windows color (decimal): -4428919 or 9006012. OLE color: 9006012.

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

Color convert

RGB 188 107 137 -
CMYK 0 0.43 0.27 0.26
HSL 337.78º 0.38% 0.58% -
HSV(B) 337.78º 0.43% 0.74% -
XYZ 30.51 23.01 26.5 -
YUV 134.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 188 107 137 0 0.43 0.27 0.26 337.78 0.38 0.58
Hex BC 6B 89 0 2B 1B 1A 152 26 3A
Octal 274 153 211 0 53 33 32 522 46 72
Binary 10111100 1101011 10001001 0 101011 11011 11010 101010010 100110 111010

Color Harmonies of #BC6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B89

Black with #BC6B89

Text Example


Text Example

White with #BC6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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