Html Css Color HEX #BC7688 Tapestry

📋 copy color: '#BC7688'

red 188 ◦ green 118 ◦ blue 136

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

Shades of Tapestry #BC7688

Tints of Tapestry #BC7688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 42.53%
G = 26.7%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC7688 (or 0xBC7688) is known color: Tapestry. HEX triplet: BC, 76 and 88. RGB value is (188,118,136). Sum of RGB (Red+Green+Blue) = 188+118+136=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7688 is #438977. Grayscale: #8C8C8C. Windows color (decimal): -4426104 or 8943292. OLE color: 8943292.

HSL color Cylindrical-coordinate representation of color #BC7688: hue angle of 344.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7688 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 136 -
CMYK 0 0.37 0.28 0.26
HSL 344.57º 0.34% 0.6% -
HSV(B) 344.57º 0.37% 0.74% -
XYZ 31.66 25.43 26.53 -
YUV 140.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 188 118 136 0 0.37 0.28 0.26 344.57 0.34 0.6
Hex BC 76 88 0 25 1C 1A 159 22 3C
Octal 274 166 210 0 45 34 32 531 42 74
Binary 10111100 1110110 10001000 0 100101 11100 11010 101011001 100010 111100

Color Harmonies of #BC7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7688

Black with #BC7688

Text Example


Text Example

White with #BC7688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7688; }

 p { color: rgb(188,118,136); }

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

background-color css

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

 a { background-color: rgb(188,118,136); }

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

border-color css

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

 span { border-color: rgb(188,118,136); }

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