Html Css Color HEX #BC7591 Tapestry

📋 copy color: '#BC7591'

red 188 ◦ green 117 ◦ blue 145

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

Shades of Tapestry #BC7591

Tints of Tapestry #BC7591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.22%

R = 41.78%
G = 26%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC7591 (or 0xBC7591) is known color: Tapestry. HEX triplet: BC, 75 and 91. RGB value is (188,117,145). Sum of RGB (Red+Green+Blue) = 188+117+145=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7591 is #438A6E. Grayscale: #8D8D8D. Windows color (decimal): -4426351 or 9532860. OLE color: 9532860.

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

Color convert

RGB 188 117 145 -
CMYK 0 0.38 0.23 0.26
HSL 336.34º 0.35% 0.6% -
HSV(B) 336.34º 0.38% 0.74% -
XYZ 32.21 25.46 30 -
YUV 141.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 188 117 145 0 0.38 0.23 0.26 336.34 0.35 0.6
Hex BC 75 91 0 26 17 1A 150 23 3C
Octal 274 165 221 0 46 27 32 520 43 74
Binary 10111100 1110101 10010001 0 100110 10111 11010 101010000 100011 111100

Color Harmonies of #BC7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7591

Black with #BC7591

Text Example


Text Example

White with #BC7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7591; }

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

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

background-color css

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

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

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

border-color css

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

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

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