Html Css Color HEX #BC7681 Tapestry

📋 copy color: '#BC7681'

red 188 ◦ green 118 ◦ blue 129

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

Shades of Tapestry #BC7681

Tints of Tapestry #BC7681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 43.22%
G = 27.13%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC7681 (or 0xBC7681) is known color: Tapestry. HEX triplet: BC, 76 and 81. RGB value is (188,118,129). Sum of RGB (Red+Green+Blue) = 188+118+129=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7681 is #43897E. Grayscale: #8C8C8C. Windows color (decimal): -4426111 or 8484540. OLE color: 8484540.

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

Color convert

RGB 188 118 129 -
CMYK 0 0.37 0.31 0.26
HSL 350.57º 0.34% 0.6% -
HSV(B) 350.57º 0.37% 0.74% -
XYZ 31.18 25.23 24 -
YUV 140.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 188 118 129 0 0.37 0.31 0.26 350.57 0.34 0.6
Hex BC 76 81 0 25 1F 1A 15F 22 3C
Octal 274 166 201 0 45 37 32 537 42 74
Binary 10111100 1110110 10000001 0 100101 11111 11010 101011111 100010 111100

Color Harmonies of #BC7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7681

Black with #BC7681

Text Example


Text Example

White with #BC7681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7681; }

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

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

background-color css

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

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

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

border-color css

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

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

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