Html Css Color HEX #BC688B Tapestry

📋 copy color: '#BC688B'

red 188 ◦ green 104 ◦ blue 139

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

Shades of Tapestry #BC688B

Tints of Tapestry #BC688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

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

R = 43.62%
G = 24.13%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC688B (or 0xBC688B) is known color: Tapestry. HEX triplet: BC, 68 and 8B. RGB value is (188,104,139). Sum of RGB (Red+Green+Blue) = 188+104+139=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC688B is #439774. Grayscale: #858585. Windows color (decimal): -4429685 or 9136316. OLE color: 9136316.

HSL color Cylindrical-coordinate representation of color #BC688B: hue angle of 335º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC688B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 139 -
CMYK 0 0.45 0.26 0.26
HSL 335º 0.39% 0.57% -
HSV(B) 335º 0.45% 0.74% -
XYZ 30.35 22.46 27.16 -
YUV 133.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 188 104 139 0 0.45 0.26 0.26 335 0.39 0.57
Hex BC 68 8B 0 2D 1A 1A 14F 27 39
Octal 274 150 213 0 55 32 32 517 47 71
Binary 10111100 1101000 10001011 0 101101 11010 11010 101001111 100111 111001

Color Harmonies of #BC688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC688B

Black with #BC688B

Text Example


Text Example

White with #BC688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC688B; }

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

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

background-color css

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

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

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

border-color css

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

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

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