Html Css Color HEX #BC7D7F Tapestry

📋 copy color: '#BC7D7F'

red 188 ◦ green 125 ◦ blue 127

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

Shades of Tapestry #BC7D7F

Tints of Tapestry #BC7D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 127 (50% from 255) = 28.86%

R = 42.73%
G = 28.41%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC7D7F (or 0xBC7D7F) is known color: Tapestry. HEX triplet: BC, 7D and 7F. RGB value is (188,125,127). Sum of RGB (Red+Green+Blue) = 188+125+127=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D7F is #438280. Grayscale: #909090. Windows color (decimal): -4424321 or 8355260. OLE color: 8355260.

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

Color convert

RGB 188 125 127 -
CMYK 0 0.34 0.32 0.26
HSL 358.1º 0.32% 0.61% -
HSV(B) 358.1º 0.34% 0.74% -
XYZ 31.9 26.89 23.59 -
YUV 144.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 188 125 127 0 0.34 0.32 0.26 358.1 0.32 0.61
Hex BC 7D 7F 0 22 20 1A 166 20 3D
Octal 274 175 177 0 42 40 32 546 40 75
Binary 10111100 1111101 1111111 0 100010 100000 11010 101100110 100000 111101

Color Harmonies of #BC7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D7F

Black with #BC7D7F

Text Example


Text Example

White with #BC7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D7F; }

 p { color: rgb(188,125,127); }

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

background-color css

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

 a { background-color: rgb(188,125,127); }

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

border-color css

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

 span { border-color: rgb(188,125,127); }

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