Html Css Color HEX #BC7480 Tapestry

📋 copy color: '#BC7480'

red 188 ◦ green 116 ◦ blue 128

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

Shades of Tapestry #BC7480

Tints of Tapestry #BC7480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 43.52%
G = 26.85%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC7480 (or 0xBC7480) is known color: Tapestry. HEX triplet: BC, 74 and 80. RGB value is (188,116,128). Sum of RGB (Red+Green+Blue) = 188+116+128=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7480 is #438B7F. Grayscale: #8A8A8A. Windows color (decimal): -4426624 or 8418492. OLE color: 8418492.

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

Color convert

RGB 188 116 128 -
CMYK 0 0.38 0.32 0.26
HSL 350º 0.35% 0.6% -
HSV(B) 350º 0.38% 0.74% -
XYZ 30.88 24.74 23.57 -
YUV 138.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 188 116 128 0 0.38 0.32 0.26 350 0.35 0.6
Hex BC 74 80 0 26 20 1A 15E 23 3C
Octal 274 164 200 0 46 40 32 536 43 74
Binary 10111100 1110100 10000000 0 100110 100000 11010 101011110 100011 111100

Color Harmonies of #BC7480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7480

Black with #BC7480

Text Example


Text Example

White with #BC7480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7480; }

 p { color: rgb(188,116,128); }

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

background-color css

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

 a { background-color: rgb(188,116,128); }

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

border-color css

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

 span { border-color: rgb(188,116,128); }

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