Html Css Color HEX #BC7588 Tapestry

📋 copy color: '#BC7588'

red 188 ◦ green 117 ◦ blue 136

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

Shades of Tapestry #BC7588

Tints of Tapestry #BC7588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.53%

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

R = 42.63%
G = 26.53%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC7588 (or 0xBC7588) is known color: Tapestry. HEX triplet: BC, 75 and 88. RGB value is (188,117,136). Sum of RGB (Red+Green+Blue) = 188+117+136=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7588 is #438A77. Grayscale: #8C8C8C. Windows color (decimal): -4426360 or 8943036. OLE color: 8943036.

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

Color convert

RGB 188 117 136 -
CMYK 0 0.38 0.28 0.26
HSL 343.94º 0.35% 0.6% -
HSV(B) 343.94º 0.38% 0.74% -
XYZ 31.54 25.19 26.49 -
YUV 140.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 188 117 136 0 0.38 0.28 0.26 343.94 0.35 0.6
Hex BC 75 88 0 26 1C 1A 158 23 3C
Octal 274 165 210 0 46 34 32 530 43 74
Binary 10111100 1110101 10001000 0 100110 11100 11010 101011000 100011 111100

Color Harmonies of #BC7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7588

Black with #BC7588

Text Example


Text Example

White with #BC7588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7588; }

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

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

background-color css

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

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

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

border-color css

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

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

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