Html Css Color HEX #BC7C85 Tapestry

📋 copy color: '#BC7C85'

red 188 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #BC7C85

Tints of Tapestry #BC7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.87%

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 42.25%
G = 27.87%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC7C85 (or 0xBC7C85) is known color: Tapestry. HEX triplet: BC, 7C and 85. RGB value is (188,124,133). Sum of RGB (Red+Green+Blue) = 188+124+133=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C85 is #43837A. Grayscale: #909090. Windows color (decimal): -4424571 or 8748220. OLE color: 8748220.

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

Color convert

RGB 188 124 133 -
CMYK 0 0.34 0.29 0.26
HSL 351.56º 0.32% 0.61% -
HSV(B) 351.56º 0.34% 0.74% -
XYZ 32.18 26.8 25.67 -
YUV 144.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 188 124 133 0 0.34 0.29 0.26 351.56 0.32 0.61
Hex BC 7C 85 0 22 1D 1A 160 20 3D
Octal 274 174 205 0 42 35 32 540 40 75
Binary 10111100 1111100 10000101 0 100010 11101 11010 101100000 100000 111101

Color Harmonies of #BC7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C85

Black with #BC7C85

Text Example


Text Example

White with #BC7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C85; }

 p { color: rgb(188,124,133); }

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

background-color css

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

 a { background-color: rgb(188,124,133); }

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

border-color css

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

 span { border-color: rgb(188,124,133); }

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