Html Css Color HEX #BC7281 Tapestry

📋 copy color: '#BC7281'

red 188 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #BC7281

Tints of Tapestry #BC7281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 43.62%
G = 26.45%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC7281 (or 0xBC7281) is known color: Tapestry. HEX triplet: BC, 72 and 81. RGB value is (188,114,129). Sum of RGB (Red+Green+Blue) = 188+114+129=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7281 is #438D7E. Grayscale: #898989. Windows color (decimal): -4427135 or 8483516. OLE color: 8483516.

HSL color Cylindrical-coordinate representation of color #BC7281: hue angle of 347.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7281 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 129 -
CMYK 0 0.39 0.31 0.26
HSL 347.84º 0.36% 0.59% -
HSV(B) 347.84º 0.39% 0.74% -
XYZ 30.72 24.31 23.84 -
YUV 137.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 188 114 129 0 0.39 0.31 0.26 347.84 0.36 0.59
Hex BC 72 81 0 27 1F 1A 15C 24 3B
Octal 274 162 201 0 47 37 32 534 44 73
Binary 10111100 1110010 10000001 0 100111 11111 11010 101011100 100100 111011

Color Harmonies of #BC7281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7281

Black with #BC7281

Text Example


Text Example

White with #BC7281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7281; }

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

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

background-color css

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

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

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

border-color css

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

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

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