Html Css Color HEX #BC7481 Tapestry

📋 copy color: '#BC7481'

red 188 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #BC7481

Tints of Tapestry #BC7481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 43.42%
G = 26.79%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC7481 (or 0xBC7481) is known color: Tapestry. HEX triplet: BC, 74 and 81. RGB value is (188,116,129). Sum of RGB (Red+Green+Blue) = 188+116+129=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7481 is #438B7E. Grayscale: #8B8B8B. Windows color (decimal): -4426623 or 8484028. OLE color: 8484028.

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

Color convert

RGB 188 116 129 -
CMYK 0 0.38 0.31 0.26
HSL 349.17º 0.35% 0.6% -
HSV(B) 349.17º 0.38% 0.74% -
XYZ 30.95 24.77 23.92 -
YUV 139.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 188 116 129 0 0.38 0.31 0.26 349.17 0.35 0.6
Hex BC 74 81 0 26 1F 1A 15D 23 3C
Octal 274 164 201 0 46 37 32 535 43 74
Binary 10111100 1110100 10000001 0 100110 11111 11010 101011101 100011 111100

Color Harmonies of #BC7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7481

Black with #BC7481

Text Example


Text Example

White with #BC7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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