Html Css Color HEX #BC767F Tapestry

📋 copy color: '#BC767F'

red 188 ◦ green 118 ◦ blue 127

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

Shades of Tapestry #BC767F

Tints of Tapestry #BC767F

RGB

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

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

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

R = 43.42%
G = 27.25%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC767F (or 0xBC767F) is known color: Tapestry. HEX triplet: BC, 76 and 7F. RGB value is (188,118,127). Sum of RGB (Red+Green+Blue) = 188+118+127=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC767F is #438980. Grayscale: #8B8B8B. Windows color (decimal): -4426113 or 8353468. OLE color: 8353468.

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

Color convert

RGB 188 118 127 -
CMYK 0 0.37 0.32 0.26
HSL 352.29º 0.34% 0.6% -
HSV(B) 352.29º 0.37% 0.74% -
XYZ 31.05 25.18 23.3 -
YUV 139.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 188 118 127 0 0.37 0.32 0.26 352.29 0.34 0.6
Hex BC 76 7F 0 25 20 1A 160 22 3C
Octal 274 166 177 0 45 40 32 540 42 74
Binary 10111100 1110110 1111111 0 100101 100000 11010 101100000 100010 111100

Color Harmonies of #BC767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC767F

Black with #BC767F

Text Example


Text Example

White with #BC767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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