Html Css Color HEX #BC7881 Tapestry

📋 copy color: '#BC7881'

red 188 ◦ green 120 ◦ blue 129

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

Shades of Tapestry #BC7881

Tints of Tapestry #BC7881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

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

R = 43.02%
G = 27.46%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC7881 (or 0xBC7881) is known color: Tapestry. HEX triplet: BC, 78 and 81. RGB value is (188,120,129). Sum of RGB (Red+Green+Blue) = 188+120+129=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7881 is #43877E. Grayscale: #8D8D8D. Windows color (decimal): -4425599 or 8485052. OLE color: 8485052.

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

Color convert

RGB 188 120 129 -
CMYK 0 0.36 0.31 0.26
HSL 352.06º 0.34% 0.6% -
HSV(B) 352.06º 0.36% 0.74% -
XYZ 31.42 25.71 24.08 -
YUV 141.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 188 120 129 0 0.36 0.31 0.26 352.06 0.34 0.6
Hex BC 78 81 0 24 1F 1A 160 22 3C
Octal 274 170 201 0 44 37 32 540 42 74
Binary 10111100 1111000 10000001 0 100100 11111 11010 101100000 100010 111100

Color Harmonies of #BC7881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7881

Black with #BC7881

Text Example


Text Example

White with #BC7881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7881; }

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

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

background-color css

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

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

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

border-color css

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

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

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