Html Css Color HEX #BE7C7D Tapestry

📋 copy color: '#BE7C7D'

red 190 ◦ green 124 ◦ blue 125

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

Shades of Tapestry #BE7C7D

Tints of Tapestry #BE7C7D

RGB

 RED value IS 190 (74.61% from 255) = 43.28%

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

 BLUE value IS 125 (49.22% from 255) = 28.47%

R = 43.28%
G = 28.25%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE7C7D (or 0xBE7C7D) is known color: Tapestry. HEX triplet: BE, 7C and 7D. RGB value is (190,124,125). Sum of RGB (Red+Green+Blue) = 190+124+125=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C7D is #418382. Grayscale: #8F8F8F. Windows color (decimal): -4293507 or 8223934. OLE color: 8223934.

HSL color Cylindrical-coordinate representation of color #BE7C7D: hue angle of 359.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7C7D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 124 125 -
CMYK 0 0.35 0.34 0.25
HSL 359.09º 0.34% 0.62% -
HSV(B) 359.09º 0.35% 0.75% -
XYZ 32.14 26.84 22.89 -
YUV 143.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 190 124 125 0 0.35 0.34 0.25 359.09 0.34 0.62
Hex BE 7C 7D 0 23 22 19 167 22 3E
Octal 276 174 175 0 43 42 31 547 42 76
Binary 10111110 1111100 1111101 0 100011 100010 11001 101100111 100010 111110

Color Harmonies of #BE7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C7D

Black with #BE7C7D

Text Example


Text Example

White with #BE7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C7D; }

 p { color: rgb(190,124,125); }

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

background-color css

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

 a { background-color: rgb(190,124,125); }

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

border-color css

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

 span { border-color: rgb(190,124,125); }

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