Html Css Color HEX #BE747F Tapestry

📋 copy color: '#BE747F'

red 190 ◦ green 116 ◦ blue 127

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

Shades of Tapestry #BE747F

Tints of Tapestry #BE747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

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

R = 43.88%
G = 26.79%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE747F (or 0xBE747F) is known color: Tapestry. HEX triplet: BE, 74 and 7F. RGB value is (190,116,127). Sum of RGB (Red+Green+Blue) = 190+116+127=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE747F is #418B80. Grayscale: #8B8B8B. Windows color (decimal): -4295553 or 8352958. OLE color: 8352958.

HSL color Cylindrical-coordinate representation of color #BE747F: hue angle of 351.08º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE747F is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 116 127 -
CMYK 0 0.39 0.33 0.25
HSL 351.08º 0.36% 0.6% -
HSV(B) 351.08º 0.39% 0.75% -
XYZ 31.31 24.97 23.25 -
YUV 139.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 190 116 127 0 0.39 0.33 0.25 351.08 0.36 0.6
Hex BE 74 7F 0 27 21 19 15F 24 3C
Octal 276 164 177 0 47 41 31 537 44 74
Binary 10111110 1110100 1111111 0 100111 100001 11001 101011111 100100 111100

Color Harmonies of #BE747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE747F

Black with #BE747F

Text Example


Text Example

White with #BE747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE747F; }

 p { color: rgb(190,116,127); }

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

background-color css

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

 a { background-color: rgb(190,116,127); }

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

border-color css

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

 span { border-color: rgb(190,116,127); }

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